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 d19992e
Show file tree
Hide file tree
Showing 3 changed files with 8 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
5 changes: 5 additions & 0 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ cloud.google.com/go/internal/trace
cloud.google.com/go/internal/version
cloud.google.com/go/storage
# github.com/CircleCI-Public/circleci-cli v0.1.7645
## explicit
github.com/CircleCI-Public/circleci-cli/api
github.com/CircleCI-Public/circleci-cli/client
github.com/CircleCI-Public/circleci-cli/git
Expand Down Expand Up @@ -138,6 +139,7 @@ github.com/hashicorp/terraform-config-inspect/tfconfig
# github.com/hashicorp/terraform-json v0.4.0
github.com/hashicorp/terraform-json
# github.com/hashicorp/terraform-plugin-sdk v1.7.0
## explicit
github.com/hashicorp/terraform-plugin-sdk/acctest
github.com/hashicorp/terraform-plugin-sdk/helper/acctest
github.com/hashicorp/terraform-plugin-sdk/helper/hashcode
Expand Down Expand Up @@ -192,6 +194,7 @@ github.com/hashicorp/yamux
# github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af
github.com/jmespath/go-jmespath
# github.com/jszwedko/go-circleci v0.2.0 => github.com/tgermain/go-circleci v0.0.0-20181207123242-bfc5b3445bba
## explicit
github.com/jszwedko/go-circleci
# github.com/mattn/go-colorable v0.1.4
github.com/mattn/go-colorable
Expand Down Expand Up @@ -228,6 +231,7 @@ github.com/posener/complete/match
github.com/spf13/afero
github.com/spf13/afero/mem
# github.com/stretchr/testify v1.3.0
## explicit
github.com/stretchr/testify/assert
# github.com/ulikunitz/xz v0.5.5
github.com/ulikunitz/xz
Expand Down Expand Up @@ -266,6 +270,7 @@ go.opencensus.io/trace/internal
go.opencensus.io/trace/propagation
go.opencensus.io/trace/tracestate
# golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
## explicit
golang.org/x/crypto/bcrypt
golang.org/x/crypto/blowfish
golang.org/x/crypto/cast5
Expand Down

0 comments on commit d19992e

Please sign in to comment.