Skip to content

Commit

Permalink
bump tools version
Browse files Browse the repository at this point in the history
  • Loading branch information
lonegunmanb committed Dec 11, 2024
1 parent 0489393 commit dc03c47
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ RUN cd /src && \
go install mvdan.cc/gofumpt@latest && \
go install github.com/Azure/terraform-module-test-helper/bin/breaking_detect@$TFMOD_TEST_HELPER_VERSION && \
go install github.com/securego/gosec/v2/cmd/gosec@$GOSEC_VERSION && \
git clone https://github.com/lonegunmanb/hcledit.git && \
cd hcledit && git checkout $HCLEDIT_VERSION && go install && \
cd /src && \
go install github.com/minamijoyo/hcledit@$HCLEDIT_VERSION && \
go install github.com/lonegunmanb/previousTag@latest && \
go install github.com/magodo/hclgrep@latest && \
go install github.com/golangci/golangci-lint/cmd/golangci-lint@$GOLANGCI_LINT_VERSION && \
Expand Down
20 changes: 10 additions & 10 deletions version.env
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
AVMFIX_VERSION=c53fd7aa59b8cabf919c04894d59da1d2587526d
GOLANG_IMAGE_TAG=1.23.1
GOLANGCI_LINT_VERSION=v1.59.1
GOSEC_VERSION=v2.20.0
GREPT_VERSION=v0.6.0
HCLEDIT_VERSION=v0.2.10.1
HCLMERGE_VERSION=22aba4eaf783346013f44f670f0f23e84441d41d
NEWRES_VERSION=3a8d88cae9b10e4d4deeb9f5cf7c6b8bac9b2a99
AVMFIX_VERSION=cc3142bf2546eb2575e0a4c400b6d6f07ef30da1
GOLANG_IMAGE_TAG=1.23.3
GOLANGCI_LINT_VERSION=v1.62.2
GOSEC_VERSION=v2.21.4
GREPT_VERSION=v0.7.0
HCLEDIT_VERSION=v0.2.15
HCLMERGE_VERSION=a2069d707aca3b03099e4c709472bad252cba4c7
NEWRES_VERSION=517de5bfbf71be105dc92f7deb86965b07ab95e7
PACKER_VERSION=1.11.1
TERRAFORM_DOCS_VERSION=v0.18.0
TERRAFORM_VERSION=1.9.6
TERRAFORM_VERSION=1.10.1
TERRAGRUNT_VERSION=v0.64.1
TFENV=v3.0.0
TFLINT_VERSION=v0.52.0
TFMOD_TEST_HELPER_VERSION=v0.27.0
TFMOD_TEST_HELPER_VERSION=v0.28.0
TFSEC_VERSION=v1.28.10
YOR_VERSION=0.1.171
YORBOX_VERSION=348c3e0ca945c71ee295dd055e5b97614eb93e87

0 comments on commit dc03c47

Please sign in to comment.