Skip to content

Commit

Permalink
use go1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat committed Aug 21, 2023
1 parent da28ad4 commit 37f2df6
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ orbs:
executors:
golang:
docker:
- image: cimg/go:1.20
- image: cimg/go:1.21

commands:
make:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/CosmWasm/wasmd

go 1.20
go 1.21

require (
github.com/CosmWasm/wasmvm v1.3.0
Expand Down
2 changes: 1 addition & 1 deletion tests/system/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/CosmWasm/wasmd/tests/system

go 1.20
go 1.21

require (
github.com/cosmos/cosmos-proto v1.0.0-beta.3 // indirect
Expand Down
Loading

0 comments on commit 37f2df6

Please sign in to comment.