We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc8b866 commit de2791eCopy full SHA for de2791e
Earthfile
@@ -102,7 +102,7 @@ go-test:
102
103
# go-lint lints Go code.
104
go-lint:
105
- ARG GOLANGCI_LINT_VERSION=v2.2.1
+ ARG GOLANGCI_LINT_VERSION=v2.7.2
106
FROM +go-modules
107
# This cache is private because golangci-lint doesn't support concurrent runs.
108
CACHE --id go-lint --sharing private /root/.cache/golangci-lint
0 commit comments