We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bdc6fc commit e4955bfCopy full SHA for e4955bf
3 files changed
.github/workflows/test.yaml
@@ -49,7 +49,7 @@ jobs:
49
- run: go test -v ./codec
50
- run: go test -tags codecgen.exec -v ./codec
51
- name: Generate coverage report
52
- run: go env -w GOTOOLCHAIN=go1.25.1+auto && go test -v -coverprofile=coverage.out ./...
+ run: go test -v -coverprofile=coverage.out ./...
53
- name: Upload coverage report
54
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
55
with:
.go-version
@@ -1 +1 @@
1
-1.25.1
+1.24.0
go.mod
@@ -1,6 +1,8 @@
module github.com/hashicorp/go-msgpack/v2
2
3
-go 1.25.1
+go 1.24.0
4
+
5
+retract v2.1.4 // Contains unnecessarily high go 1.25.1 build requirement
6
7
require (
8
github.com/Sereal/Sereal/Go/sereal v0.0.0-20231009093132-b9187f1a92c6
0 commit comments