Skip to content

Commit 572b06f

Browse files
chore(deps): update dependency golangci/golangci-lint to v2.6.0 (#107)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e1d0886 commit 572b06f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ go-test:
277277

278278
# go-lint lints Go code.
279279
go-lint:
280-
ARG GOLANGCI_LINT_VERSION=v2.5.0
280+
ARG GOLANGCI_LINT_VERSION=v2.6.0
281281
FROM +go-modules
282282
# This cache is private because golangci-lint doesn't support concurrent runs.
283283
CACHE --id go-lint --sharing private /root/.cache/golangci-lint

0 commit comments

Comments
 (0)