Update dependency golangci/golangci-lint to v1.55.2

This commit is contained in:
renovate[bot] 2023-11-16 09:13:24 +00:00 committed by GitHub
parent e1d2e3015a
commit b1fb133c84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ on:
env:
# Common versions
GO_VERSION: '1.21.4'
GOLANGCI_VERSION: 'v1.55.1'
GOLANGCI_VERSION: 'v1.55.2'
jobs:
check-diff:

View File

@ -26,7 +26,7 @@ GO_TEST_PARALLEL := $(shell echo $$(( $(NPROCS) / 2 )))
GO_LDFLAGS += -X $(GO_PROJECT)/pkg/version.Version=$(VERSION)
GO_SUBDIRS += proto
GO111MODULE = on
GOLANGCILINT_VERSION = 1.55.1
GOLANGCILINT_VERSION = 1.55.2
GO_LINT_ARGS ?= "--fix"
-include build/makelib/golang.mk