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 e1d0886 commit 572b06fCopy full SHA for 572b06f
Earthfile
@@ -277,7 +277,7 @@ go-test:
277
278
# go-lint lints Go code.
279
go-lint:
280
- ARG GOLANGCI_LINT_VERSION=v2.5.0
+ ARG GOLANGCI_LINT_VERSION=v2.6.0
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