Bump Go version to 1.16 (#612)

* Bump Go version to  1.16

* Update required version in README
This commit is contained in:
Alexander Peters
2021-09-14 17:25:20 +02:00
committed by GitHub
parent a447ee0c12
commit e3fb98fc03
6 changed files with 7 additions and 9 deletions

View File

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