We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 598b226 commit 9740a9fCopy full SHA for 9740a9f
.github/workflows/workflow.yml
@@ -32,7 +32,7 @@ jobs:
32
run: go test -race -covermode=atomic -coverprofile="profile.cov" ./...
33
34
- name: Send Coverage
35
- if: matrix.os == 'ubuntu-latest' && matrix.go-version == '1.20.x'
+ if: matrix.os == 'ubuntu-latest' && matrix.go-version == '1.23.x'
36
uses: shogo82148/actions-goveralls@v1
37
with:
38
path-to-profile: profile.cov
0 commit comments