Skip to content

Commit

Permalink
Merge pull request #619 from CircleCI-Public/upgrade-to-1.16
Browse files Browse the repository at this point in the history
Bump go version from 1.14 -> 1.16
  • Loading branch information
aengelberg authored Aug 11, 2021
2 parents 6ec121d + 7214eac commit 9ef927e
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ orbs:
executors:
go:
docker:
- image: circleci/golang:1.14.7
- image: circleci/golang:1.16.0
environment:
CGO_ENABLED: 0
mac:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ require (
// fix vulnerability: CVE-2020-15114 in etcd v3.3.10+incompatible
replace github.com/coreos/etcd => github.com/coreos/etcd v3.3.24+incompatible

go 1.14
go 1.16
Loading

0 comments on commit 9ef927e

Please sign in to comment.