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 eade2a3 commit 2aeee91Copy full SHA for 2aeee91
Earthfile
@@ -277,7 +277,7 @@ go-test:
277
278
# go-lint lints Go code.
279
go-lint:
280
- ARG GOLANGCI_LINT_VERSION=v2.6.0
+ ARG GOLANGCI_LINT_VERSION=v2.6.1
281
FROM +go-modules
282
# This cache is private because golangci-lint doesn't support concurrent runs.
283
CACHE --id go-lint --sharing private /root/.cache/golangci-lint
0 commit comments