Merge pull request #520 from crossplane/renovate/golangci-golangci-lint-1.x

Update dependency golangci/golangci-lint to v1.54.1
This commit is contained in:
Philippe Scorsolini 2023-08-17 10:40:41 +02:00 committed by GitHub
commit 6aee6b7c63
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.20.7'
GOLANGCI_VERSION: 'v1.54.0'
GOLANGCI_VERSION: 'v1.54.1'
jobs:
check-diff:

View File

@ -34,7 +34,7 @@ GO_TEST_PARALLEL := $(shell echo $$(( $(NPROCS) / 2 )))
GO_LDFLAGS += -X $(GO_PROJECT)/pkg/version.Version=$(VERSION)
GO_SUBDIRS += pkg apis
GO111MODULE = on
GOLANGCILINT_VERSION = 1.54.0
GOLANGCILINT_VERSION = 1.54.1
-include build/makelib/golang.mk
# ====================================================================================