File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4949 - run : go test -v ./codec
5050 - run : go test -tags codecgen.exec -v ./codec
5151 - name : Generate coverage report
52- run : go test -v -coverprofile=coverage.out ./...
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 ./...
5355 - name : Upload coverage report
5456 uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
5557 with :
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ module github.com/hashicorp/go-msgpack/v2
22
33go 1.25.1
44
5- toolchain go1.25.1
6-
75require (
86 github.com/Sereal/Sereal/Go/sereal v0.0.0-20231009093132-b9187f1a92c6
97 github.com/davecgh/go-xdr v0.0.0-20161123171359-e6a2ba005892
You can’t perform that action at this time.
0 commit comments