Skip to content

Commit

Permalink
chore(deps): update dependency golangci/golangci-lint to v1.61.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crossplane-renovate[bot] authored Sep 19, 2024
1 parent 08da772 commit 389f73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ go-test:

# go-lint lints Go code.
go-lint:
ARG GOLANGCI_LINT_VERSION=v1.59.0
ARG GOLANGCI_LINT_VERSION=v1.61.0
FROM +go-modules
# This cache is private because golangci-lint doesn't support concurrent runs.
CACHE --id go-lint --sharing private /root/.cache/golangci-lint
Expand Down

0 comments on commit 389f73b

Please sign in to comment.