We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4be4239 commit 92db74cCopy full SHA for 92db74c
.github/workflows/ci.yaml
@@ -13,7 +13,7 @@ jobs:
13
with:
14
go-version: '1.25'
15
- name: Run coverage
16
- run: go env -w GOTOOLCHAIN=go1.25.0+auto && go test -coverpkg=./... ./... -race -coverprofile=coverage.out -covermode=atomic
+ run: go test -coverpkg=./... ./... -race -coverprofile=coverage.out -covermode=atomic
17
- name: Upload coverage to Codecov
18
uses: codecov/codecov-action@v5
19
0 commit comments