Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2a76f50

Browse filesBrowse 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
Copy full SHA for 2a76f50

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎.github/workflows/unit.yaml

Copy file name to clipboardExpand all lines: .github/workflows/unit.yaml
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.