Skip to content

Commit f79db1d

Browse files
committed
i give up
1 parent 0eedfe1 commit f79db1d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@ jobs:
4949
- run: go test -v ./codec
5050
- run: go test -tags codecgen.exec -v ./codec
5151
- 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 ./...
52+
run: go env -w GOTOOLCHAIN=go1.25.1+auto && go test -v -coverprofile=coverage.out ./...
5553
- name: Upload coverage report
5654
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
5755
with:

0 commit comments

Comments
 (0)