There was an error while loading. Please reload this page.
1 parent a370545 commit 7686619Copy full SHA for 7686619
1 file changed
Makefile
@@ -52,7 +52,7 @@ export GOPRIVATE = github.com/upbound/*
52
GO_REQUIRED_VERSION ?= $(shell grep -E '^go ' go.mod | awk '{print $2}')
53
# GOLANGCILINT_VERSION is inherited from build submodule by default.
54
# Uncomment below if you need to override the version.
55
-GOLANGCILINT_VERSION ?= 2.12.2
+GOLANGCILINT_VERSION ?= 2.13.1
56
57
RUN_BUILDTAGGER ?= true
58
# if RUN_BUILDTAGGER is set to "true", we will use build constraints
0 commit comments