Skip to content

Commit

Permalink
fix(deps): update dependency golangci/golangci-lint to v1.62.2 (#1075)
Browse files Browse the repository at this point in the history
  • Loading branch information
terraform-ibm-modules-ops authored Nov 27, 2024
1 parent 689af5f commit 0f1f11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module-assets/ci/install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ fi
#######################################

# renovate: datasource=github-releases depName=golangci/golangci-lint
GOLANGCI_LINT_VERSION=v1.62.0
GOLANGCI_LINT_VERSION=v1.62.2
BINARY=golangci-lint
set +e
INSTALLED_GOLANGCI_LINT_VERSION="$(golangci-lint --version | head -1 | cut -d' ' -f4)"
Expand Down

0 comments on commit 0f1f11e

Please sign in to comment.