Skip to content

Commit

Permalink
update ci config to use go 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnylangefeld committed Mar 10, 2020
1 parent 4763935 commit d8a4e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2

golang-docker-base-image: &golang-docker-base-image
docker:
- image: circleci/golang:1.12.7
- image: cimg/go:1.14
environment:
GO111MODULE: "on"
CGO_ENABLED: 0
Expand Down

0 comments on commit d8a4e0a

Please sign in to comment.