File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414 - name : Setup Go
1515 uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
1616 with :
17- go-version : ' 1.20 '
17+ go-version : ' 1.23 '
1818 - name : Run golanci-lint
1919 uses : golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5
2020 - name : Run test and generate coverage report
2727 - name : Display the report
2828 run : go tool cover -func=coverage.out
2929 - name : Build Go
30- run : go build ./...
30+ run : go build ./...
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/hashicorp/net-rpc-msgpackrpc/v2
33go 1.20
44
55require (
6- github.com/hashicorp/go-msgpack/v2 v2.1.1
6+ github.com/hashicorp/go-msgpack/v2 v2.1.3
77 github.com/hashicorp/go-multierror v1.1.1
88)
99
Original file line number Diff line number Diff line change 11github.com/hashicorp/errwrap v1.0.0 h1:hLrqtEDnRye3+sgx6z4qVLNuviH3MR5aQ0ykNJa/UYA =
22github.com/hashicorp/errwrap v1.0.0 /go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4 =
3- github.com/hashicorp/go-msgpack/v2 v2.1.1 h1:xQEY9yB2wnHitoSzk/B9UjXWRQ67QKu5AOm8aFp8N3I =
4- github.com/hashicorp/go-msgpack/v2 v2.1.1 /go.mod h1:upybraOAblm4S7rx0+jeNy+CWWhzywQsSRV5033mMu4 =
3+ github.com/hashicorp/go-msgpack/v2 v2.1.3 h1:cB1w4Zrk0O3jQBTcFMKqYQWRFfsSQ/TYKNyUUVyCP2c =
4+ github.com/hashicorp/go-msgpack/v2 v2.1.3 /go.mod h1:SjlwKKFnwBXvxD/I1bEcfJIBbEJ+MCUn39TxymNR5ZU =
55github.com/hashicorp/go-multierror v1.1.1 h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+lD48awMYo =
66github.com/hashicorp/go-multierror v1.1.1 /go.mod h1:iw975J/qwKPdAO1clOe2L8331t/9/fmwbPZ6JB6eMoM =
You can’t perform that action at this time.
0 commit comments