Skip to content

Commit d1dfb48

Browse files
chore(deps): update dependency golangci/golangci-lint to v2.6.2
1 parent c56d050 commit d1dfb48

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.6.1
280+
ARG GOLANGCI_LINT_VERSION=v2.6.2
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)