Go 1.17 provides a much clearer go.mod file (#679)

* Go 1.17 provides a much clearer go.mod file

* tidy

* Go 1.17 cleanup
This commit is contained in:
Jacob Gadikian
2021-11-25 03:18:23 +07:00
committed by GitHub
parent 4ffba67273
commit 1da2078229
5 changed files with 86 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ version: 2.1
executors:
golang:
docker:
- image: circleci/golang:1.16
- image: circleci/golang:1.17
working_directory: /go/src/github.com/cosmwasm/wasmd
commands: