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 c56d050 commit d1dfb48Copy full SHA for d1dfb48
Earthfile
@@ -277,7 +277,7 @@ go-test:
277
278
# go-lint lints Go code.
279
go-lint:
280
- ARG GOLANGCI_LINT_VERSION=v2.6.1
+ ARG GOLANGCI_LINT_VERSION=v2.6.2
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