From 205e920a731403a3b6a4f8db9b26dec2186f3e56 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Nov 2025 04:34:36 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v2.6.2 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 1d1b003..43299fc 100644 --- a/Earthfile +++ b/Earthfile @@ -277,7 +277,7 @@ go-test: # go-lint lints Go code. go-lint: - ARG GOLANGCI_LINT_VERSION=v2.6.1 + ARG GOLANGCI_LINT_VERSION=v2.6.2 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