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 19eef5f commit 63f86c1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 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
18 changes: 9 additions & 9 deletions version.env
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
AVMFIX_VERSION=cb99e4846c83c7e464f620c1cc20bce78d08ccce
GOLANG_IMAGE_TAG=1.22.5
GOLANGCI_LINT_VERSION=v1.59.1
GOSEC_VERSION=v2.20.0
GREPT_VERSION=v0.4.1
HCLEDIT_VERSION=v0.2.10.1
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=eef4d830dbb7ea617d8f1641add4a2d1f938a241
NEWRES_VERSION=517de5bfbf71be105dc92f7deb86965b07ab95e7
PACKER_VERSION=1.11.1
TERRAFORM_DOCS_VERSION=v0.18.0
TERRAFORM_VERSION=1.9.3
TERRAFORM_VERSION=1.10.1
TERRAGRUNT_VERSION=v0.64.1
TFENV=v3.0.0
TFLINT_VERSION=v0.52.0
TFMOD_TEST_HELPER_VERSION=v0.25.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 63f86c1

Please sign in to comment.