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 8e05a57 commit 2551929Copy full SHA for 2551929
Earthfile
@@ -207,7 +207,7 @@ go-test:
207
208
# go-lint lints Go code.
209
go-lint:
210
- ARG GOLANGCI_LINT_VERSION=v1.62.0
+ ARG GOLANGCI_LINT_VERSION=v1.62.2
211
FROM +go-modules
212
# This cache is private because golangci-lint doesn't support concurrent runs.
213
CACHE --id go-lint --sharing private /root/.cache/golangci-lint
0 commit comments