1
0
mirror of https://github.com/containers/buildah.git synced 2025-04-18 07:04:05 +03:00

chore(deps): update dependency golangci/golangci-lint to v2.1.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-04-12 18:13:55 +00:00 committed by GitHub
parent 0db475592c
commit d2e334df97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,7 +53,7 @@ ifeq ($(BUILDDEBUG), 1)
endif
# Managed by renovate.
export GOLANGCI_LINT_VERSION := 2.0.2
export GOLANGCI_LINT_VERSION := 2.1.0
# make all BUILDDEBUG=1
# Note: Uses the -N -l go compiler options to disable compiler optimizations