upgrade to go 1.20

This commit is contained in:
Jacob Gadikian
2023-06-01 16:29:41 +08:00
parent e6d451bf9d
commit f95876df4a
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ version: 2.1
executors: executors:
golang: golang:
docker: docker:
- image: cimg/go:1.19 - image: cimg/go:1.20
commands: commands:
make: make:

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/CosmWasm/wasmd module github.com/CosmWasm/wasmd
go 1.19 go 1.20
require ( require (
github.com/CosmWasm/wasmvm v1.2.3 github.com/CosmWasm/wasmvm v1.2.3