We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f21d61 commit a65a4a2Copy full SHA for a65a4a2
.circleci/config.yml
@@ -1,12 +1,16 @@
1
jobs:
2
build:
3
- docker:
4
- - image: circleci/golang:1.13.4
+ executor: default
5
steps:
6
- checkout
7
- go/load-cache
8
- go/mod-download
9
- go/save-cache
+ - run:
10
+ command: |
11
+ wget --quiet https://releases.hashicorp.com/terraform/0.11.14/terraform_0.11.14_linux_amd64.zip
12
+ sudo unzip -D /usr/local/bin terraform_0.11.14_linux_amd64.zip
13
+ name: Install Terraform
14
- go/test
15
release:
16
docker:
0 commit comments