Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Downgrade tf deps
Browse files Browse the repository at this point in the history
  • Loading branch information
louy committed Jun 5, 2018
1 parent 719ddac commit c0cc3d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
keys:
- vendor-dep-{{ checksum "Gopkg.lock" }}

- run: dep ensure -vendor-only
- run: dep ensure -vendor-only -v

- save_cache:
key: vendor-dep-{{ checksum "Gopkg.lock" }}
Expand Down
2 changes: 1 addition & 1 deletion Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

[[constraint]]
name = "github.com/hashicorp/terraform"
version = "v0.11.7"
version = "v0.11.6"

[prune]
go-tests = true
Expand Down

0 comments on commit c0cc3d0

Please sign in to comment.