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 3f578d9 commit 311d483Copy full SHA for 311d483
.circleci/config.yml
@@ -1,5 +1,3 @@
1
-orbs:
2
- go: circleci/go@1.7.3
3
env: &env
4
environment:
5
TERRATEST_LOG_PARSER_VERSION: NONE
@@ -24,8 +22,10 @@ install_gruntwork_utils: &install_gruntwork_utils
24
22
--terraform-version ${TERRAFORM_VERSION} \
25
23
--terragrunt-version ${TERRAGRUNT_VERSION} \
26
--packer-version ${PACKER_VERSION} \
27
- --go-version ${GOLANG_VERSION}
28
-version: 2
+ --go-version ${GOLANG_VERSION}
+orbs:
+ go: circleci/go@1.7.3
+version: 2.1
29
jobs:
30
pre-commit:
31
<<: *defaults
0 commit comments