Skip to content

Commit 311d483

Browse files
author
Marina Limeira
committed
Use v2.1 of circleci
1 parent 3f578d9 commit 311d483

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
orbs:
2-
go: circleci/[email protected]
31
env: &env
42
environment:
53
TERRATEST_LOG_PARSER_VERSION: NONE
@@ -24,8 +22,10 @@ install_gruntwork_utils: &install_gruntwork_utils
2422
--terraform-version ${TERRAFORM_VERSION} \
2523
--terragrunt-version ${TERRAGRUNT_VERSION} \
2624
--packer-version ${PACKER_VERSION} \
27-
--go-version ${GOLANG_VERSION}
28-
version: 2
25+
--go-version ${GOLANG_VERSION}
26+
orbs:
27+
go: circleci/[email protected]
28+
version: 2.1
2929
jobs:
3030
pre-commit:
3131
<<: *defaults

0 commit comments

Comments
 (0)