Skip to content

Commit 0e81cff

Browse files
committed
deps: update go-msgpack to 2.1.3
Update go-msgpack to pick up the bug fix described in hashicorp/go-msgpack#26, which mirrors the work done here in #15 Also bump go version for CI to a supported version.
1 parent 9cb600a commit 0e81cff

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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
@@ -27,4 +27,4 @@ jobs:
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 ./...

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/hashicorp/net-rpc-msgpackrpc/v2
33
go 1.20
44

55
require (
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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
github.com/hashicorp/errwrap v1.0.0 h1:hLrqtEDnRye3+sgx6z4qVLNuviH3MR5aQ0ykNJa/UYA=
22
github.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=
55
github.com/hashicorp/go-multierror v1.1.1 h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+lD48awMYo=
66
github.com/hashicorp/go-multierror v1.1.1/go.mod h1:iw975J/qwKPdAO1clOe2L8331t/9/fmwbPZ6JB6eMoM=

0 commit comments

Comments
 (0)