Skip to content

Commit

Permalink
Update terraform + aws dependencies; build on go 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
meatballhat authored and Tamás Michelberger committed Aug 29, 2020
1 parent 0fbaa87 commit 65e235d
Show file tree
Hide file tree
Showing 3 changed files with 342 additions and 198 deletions.
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
jobs:
build:
docker:
- image: circleci/golang:1.13
- image: circleci/golang:1.14
environment:
GO111MODULE: "on"
working_directory: /go/src/github.com/sspinc/terraform-provider-credstash
Expand Down
8 changes: 3 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
module github.com/sspinc/terraform-provider-credstash

require (
github.com/aws/aws-sdk-go v1.28.3
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hashicorp/hil v0.0.0-20190212132231-97b3a9cdfa93 // indirect
github.com/hashicorp/terraform v0.12.2
github.com/aws/aws-sdk-go v1.34.5
github.com/hashicorp/terraform v0.13.0
)

go 1.13
go 1.14
Loading

0 comments on commit 65e235d

Please sign in to comment.