diff --git a/Earthfile b/Earthfile index 77c6e5539..d83e5b7dd 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.61.0 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