From 45730da19c747a9416e0a463180c11363917c7b8 Mon Sep 17 00:00:00 2001 From: "crossplane-renovate[bot]" <166709878+crossplane-renovate[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 08:05:56 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v1.60.3 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 77c6e5539..a4fc36d8e 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.60.3 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