Skip to content

Commit

Permalink
Merge pull request #16 from carlpett/tf-0.12
Browse files Browse the repository at this point in the history
Update to Terraform 0.12
  • Loading branch information
carlpett authored May 23, 2019
2 parents bdb1264 + 17cc56e commit 248234a
Show file tree
Hide file tree
Showing 888 changed files with 164,974 additions and 133,903 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: circleci/golang:1.10
- image: circleci/golang:1.12
working_directory: /go/src/github.com/carlpett/terraform-provider-sops
steps:
- checkout
Expand All @@ -12,7 +12,7 @@ jobs:
path: terraform-provider-sops
release:
docker:
- image: circleci/golang:1.10
- image: circleci/golang:1.12
working_directory: /go/src/github.com/carlpett/terraform-provider-sops
steps:
- checkout
Expand Down
Loading

0 comments on commit 248234a

Please sign in to comment.