chore(deps): update dependency golangci/golangci-lint to v1.64.8

This commit is contained in:
crossplane-renovate[bot] 2025-03-18 08:06:50 +00:00 committed by GitHub
parent db9545b7a2
commit 5b6d165564
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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.64.8
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