Update golangci-lint to 1.56.1 (#22134)

pull/22105/head^2
Abhishek Sahu 2025-02-11 17:38:27 +05:30 committed by GitHub
parent cf1682836b
commit 57a39b19d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ GO_MODULES := $(shell find . -name go.mod -exec dirname {} \; | grep -v "proto-g
# These version variables can either be a valid string for "go install <module>@<version>"
# or the string @DEV to imply use what is currently installed locally.
###
GOLANGCI_LINT_VERSION='v1.55.2'
GOLANGCI_LINT_VERSION='v1.56.1'
MOCKERY_VERSION='v2.41.0'
BUF_VERSION='v1.26.0'