Skip to content

Commit

Permalink
Bump Go to 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
mrolla committed May 24, 2020
1 parent 697bdd7 commit 0484782
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: golang:1.12.1
- image: golang:1.14.3
working_directory: /terraform-provider-circleci
steps:
- checkout
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
release:
working_directory: /build
docker:
- image: golang:1.12.1
- image: golang:1.14.3
steps:
- attach_workspace:
at: /
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/mrolla/terraform-provider-circleci

go 1.12
go 1.14

require (
github.com/CircleCI-Public/circleci-cli v0.1.7645
Expand Down

0 comments on commit 0484782

Please sign in to comment.