close 815: upgrade to go 1.18 (#866)

* close 815: upgrade to go 1.18

* Update CHANGELOG.md

* updater ci and docker to go 1.18

* update image per: https://discuss.circleci.com/t/legacy-convenience-image-deprecation/41034

* Update config.yml

* go get -> go install, except dockerfile for protos
This commit is contained in:
Jacob Gadikian
2022-08-24 16:52:55 +07:00
committed by GitHub
parent b62b7ac94a
commit 61bda97df2
10 changed files with 14 additions and 88 deletions

View File

@@ -8,7 +8,7 @@ protoc_gen_gocosmos() {
return 1
fi
go get github.com/regen-network/cosmos-proto/protoc-gen-gocosmos@latest 2>/dev/null
go install github.com/regen-network/cosmos-proto/protoc-gen-gocosmos@latest 2>/dev/null
}
protoc_gen_gocosmos