Skip to content

Commit 7686619

Browse files
Update dependency golangci/golangci-lint to v2.13.1
1 parent a370545 commit 7686619

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
@@ -52,7 +52,7 @@ export GOPRIVATE = github.com/upbound/*
5252
GO_REQUIRED_VERSION ?= $(shell grep -E '^go ' go.mod | awk '{print $2}')
5353
# GOLANGCILINT_VERSION is inherited from build submodule by default.
5454
# Uncomment below if you need to override the version.
55-
GOLANGCILINT_VERSION ?= 2.12.2
55+
GOLANGCILINT_VERSION ?= 2.13.1
5656

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

0 commit comments

Comments
 (0)