Skip to content

Commit 0cc289f

Browse files
chore(deps): update dependency golangci/golangci-lint to v2.11.2 (#243)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 58e20dd commit 0cc289f

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
@@ -293,7 +293,7 @@ go-test:
293293

294294
# go-lint lints Go code.
295295
go-lint:
296-
ARG GOLANGCI_LINT_VERSION=v2.10.1
296+
ARG GOLANGCI_LINT_VERSION=v2.11.2
297297
FROM +go-modules
298298
# This cache is private because golangci-lint doesn't support concurrent runs.
299299
CACHE --id go-lint --sharing private /root/.cache/golangci-lint

0 commit comments

Comments
 (0)