From d028d9778e4d1cda8759f766d08fcc56c03d1472 Mon Sep 17 00:00:00 2001 From: "crossplane-renovate[bot]" <166709878+crossplane-renovate[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 08:06:08 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v1.63.4 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 378bf8b5a..75c288a84 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.63.4 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