From 5b6d165564144e6416bd288d381d3e12ac5ec4ff Mon Sep 17 00:00:00 2001 From: "crossplane-renovate[bot]" <166709878+crossplane-renovate[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 08:06:50 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v1.64.8 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 54425ad..9f9a872 100644 --- a/Earthfile +++ b/Earthfile @@ -102,7 +102,7 @@ go-test: # go-lint lints Go code. go-lint: - ARG GOLANGCI_LINT_VERSION=v1.59.0 + ARG GOLANGCI_LINT_VERSION=v1.64.8 FROM +go-modules # This cache is private because golangci-lint doesn't support concurrent runs. CACHE --id go-lint --sharing private /root/.cache/golangci-lint