Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2a76f50

Browse files
committed
Switch to a version of gocovmerge compatible with go 1.22
The original `gocovmerge` repository [1] has not seen a commit in 9 years and should be considered unmaintained. Switch to fork has a go.mod pinned to go 1.22. Please review the diff [2] between the two repos to check if it's safe to use in gophercloud. [1] https://github.com/wadey/gocovmerge [2] wadey/gocovmerge@master...alexfalkowski:gocovmerge:v1.4.0
1 parent 98349c5 commit 2a76f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
cd "$(mktemp -d)"
3131
go mod init unit_tests
3232
33-
go install github.com/wadey/gocovmerge@master
33+
go install github.com/alexfalkowski/gocovmerge@v1.4.0
3434
3535
- name: Run unit tests
3636
run: |

0 commit comments

Comments
 (0)