From 57244d2f99e20b3c8c68e99c2077eb2b9102495b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Mar 2025 19:13:45 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20golangci/golangci-lint?= =?UTF-8?q?=20(v1.64.5=20=E2=86=92=20v1.64.7)=20(#1821)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | --------------- | ---------------------- | ------- | ------- | | github-releases | golangci/golangci-lint | v1.64.5 | v1.64.7 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 80b9c746..0c024dd4 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.5# renovate: datasource=github-releases depName=golangci/golangci-lint +GOLANGCI_LINT_VERSION=v1.64.7# renovate: datasource=github-releases depName=golangci/golangci-lint # check if opentofu is installed and use it if it is, # otherwise use terraform