Skip to content

Commit dbd2712

Browse files
authored
Merge pull request crossplane#6150 from crossplane/renovate/main-golangci-golangci-lint-1.x
chore(deps): update dependency golangci/golangci-lint to v1.62.2 (main)
2 parents cfa1693 + 2551929 commit dbd2712

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
@@ -207,7 +207,7 @@ go-test:
207207

208208
# go-lint lints Go code.
209209
go-lint:
210-
ARG GOLANGCI_LINT_VERSION=v1.62.0
210+
ARG GOLANGCI_LINT_VERSION=v1.62.2
211211
FROM +go-modules
212212
# This cache is private because golangci-lint doesn't support concurrent runs.
213213
CACHE --id go-lint --sharing private /root/.cache/golangci-lint

0 commit comments

Comments
 (0)