Skip to content

Commit 6506cca

Browse files
Update dependency golangci/golangci-lint to v2.13.0
1 parent 4970ec3 commit 6506cca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export GOPRIVATE = github.com/upbound/*
5151
GO_REQUIRED_VERSION ?= $(shell grep -E '^go ' go.mod | awk '{print $2}')
5252
# GOLANGCILINT_VERSION is inherited from build submodule by default.
5353
# Uncomment below if you need to override the version.
54-
GOLANGCILINT_VERSION ?= 2.12.2
54+
GOLANGCILINT_VERSION ?= 2.13.0
5555

5656
RUN_BUILDTAGGER ?= true
5757
# if RUN_BUILDTAGGER is set to "true", we will use build constraints

0 commit comments

Comments
 (0)