Skip to content

Commit de2791e

Browse files
chore(deps): update dependency golangci/golangci-lint to v2.7.2
1 parent cc8b866 commit de2791e

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
@@ -102,7 +102,7 @@ go-test:
102102

103103
# go-lint lints Go code.
104104
go-lint:
105-
ARG GOLANGCI_LINT_VERSION=v2.2.1
105+
ARG GOLANGCI_LINT_VERSION=v2.7.2
106106
FROM +go-modules
107107
# This cache is private because golangci-lint doesn't support concurrent runs.
108108
CACHE --id go-lint --sharing private /root/.cache/golangci-lint

0 commit comments

Comments
 (0)