Skip to content

Commit bf48448

Browse files
author
jasonwalsh
committed
ci: update executor for build job
1 parent a65a4a2 commit bf48448

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
jobs:
22
build:
3-
executor: default
3+
executor: go/default
44
steps:
55
- checkout
66
- go/load-cache
@@ -9,7 +9,7 @@ jobs:
99
- run:
1010
command: |
1111
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
12+
sudo unzip terraform_0.11.14_linux_amd64.zip -d /usr/local/bin
1313
name: Install Terraform
1414
- go/test
1515
release:

0 commit comments

Comments
 (0)