Skip to content

Commit

Permalink
Upgrade terraform version
Browse files Browse the repository at this point in the history
  • Loading branch information
sagikazarmark committed Sep 12, 2019
1 parent 0493699 commit 6898f1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,23 +122,23 @@ jobs:
steps:
- integration:
kubernetes_version: v1.14.2
terraform_version: 0.12.5
terraform_version: 0.12.8
example_dir: examples/0.12

integration-test-012-k8s1-13:
executor: minikube
steps:
- integration:
kubernetes_version: v1.13.6
terraform_version: 0.12.5
terraform_version: 0.12.8
example_dir: examples/0.12

integration-test-012-k8s1-12:
executor: minikube
steps:
- integration:
kubernetes_version: v1.12.9
terraform_version: 0.12.5
terraform_version: 0.12.8
example_dir: examples/0.12

integration-test-pre012-k8s1-14:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ endif
GOTESTSUM_VERSION = 0.3.5
GOLANGCI_VERSION = 1.17.1
GORELEASER_VERSION = 0.113.0
TERRAFORM_VERSION = 0.12.5
TERRAFORM_VERSION = 0.12.8

GOLANG_VERSION = 1.13

Expand Down

0 comments on commit 6898f1f

Please sign in to comment.