Merge pull request #1427 from faddat/faddat/go-120

chore: upgrade to go 1.20
This commit is contained in:
Alexander Peters
2023-06-06 08:20:09 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

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

2
go.mod
View File

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