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 0eedfe1 commit f79db1dCopy full SHA for f79db1d
.github/workflows/test.yaml
@@ -49,9 +49,7 @@ jobs:
49
- run: go test -v ./codec
50
- run: go test -tags codecgen.exec -v ./codec
51
- name: Generate coverage report
52
- env:
53
- GO_VERSION: ${{ needs.get-go-version.outputs.go-version }}
54
- run: go env -w GOTOOLCHAIN=go${GO_VERSION}+auto && go test -v -coverprofile=coverage.out ./...
+ run: go env -w GOTOOLCHAIN=go1.25.1+auto && go test -v -coverprofile=coverage.out ./...
55
- name: Upload coverage report
56
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
57
with:
0 commit comments