Skip to content

Commit

Permalink
Merge pull request #170 from filecoin-project/chore/update-multiaddr
Browse files Browse the repository at this point in the history
chore: update go-multiaddr to v0.12.3
  • Loading branch information
LinZexiao authored Apr 23, 2024
2 parents 007ee3b + 60a6eaf commit 3313edf
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
test_all:
executor:
name: go/default
tag: "cimg/go:1.19.10"
tag: "cimg/go:1.21.7"
steps:
- go/setup_env:
install_ffi: true
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/filecoin-project/venus-wallet

go 1.19
go 1.21

require (
contrib.go.opencensus.io/exporter/jaeger v0.2.1
Expand All @@ -22,7 +22,7 @@ require (
github.com/ipfs/go-log/v2 v2.5.1
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1
github.com/mitchellh/go-homedir v1.1.0
github.com/multiformats/go-multiaddr v0.12.2
github.com/multiformats/go-multiaddr v0.12.3
github.com/spf13/cast v1.5.0
github.com/spf13/viper v1.12.0
github.com/stretchr/testify v1.8.4
Expand Down
Loading

0 comments on commit 3313edf

Please sign in to comment.