diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 7efb8335..18a02f4e 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -42,5 +42,5 @@ jobs: if: ${{ steps.filter.outputs.go == 'true' || steps.filter.outputs.linter == 'true'}} uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6 with: - version: v1.64.7 # renovate: datasource=github-releases depName=golangci/golangci-lint + version: v1.64.8 ## renovate: datasource=github-releases depName=golangci/golangci-lint args: -v --timeout=10m diff --git a/Makefile b/Makefile index 0c024dd4..5bc67e6d 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ TARGETS=darwin linux windows TERRAFORM_PLUGIN_EXTENSION= VERSION=0.73.1# x-release-please-version -GOLANGCI_LINT_VERSION=v1.64.7# renovate: datasource=github-releases depName=golangci/golangci-lint +GOLANGCI_LINT_VERSION=v1.64.8# renovate: datasource=github-releases depName=golangci/golangci-lint # check if opentofu is installed and use it if it is, # otherwise use terraform