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

Update dependency golangci/golangci-lint to v1.54.2
This commit is contained in:
Philippe Scorsolini 2023-08-31 11:07:55 +02:00 committed by GitHub
commit ee6faea16a
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.0'
GOLANGCI_VERSION: 'v1.54.1'
GOLANGCI_VERSION: 'v1.54.2'
DOCKER_BUILDX_VERSION: 'v0.10.0'
UPBOUND_MARKETPLACE_PUSH_ROBOT_USR: ${{ secrets.UPBOUND_MARKETPLACE_PUSH_ROBOT_USR }}

View File

@ -28,7 +28,7 @@ GO_STATIC_PACKAGES = $(GO_PROJECT)/cmd/function-runtime-oci
GO_LDFLAGS += -X $(GO_PROJECT)/internal/version.version=$(VERSION)
GO_SUBDIRS += cmd internal
GO111MODULE = on
GOLANGCILINT_VERSION = 1.54.1
GOLANGCILINT_VERSION = 1.54.2
-include build/makelib/golang.mk
# ====================================================================================