We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9247df8 + a4c0bd9 commit 882e025Copy full SHA for 882e025
Makefile
@@ -10,7 +10,7 @@ DEVBOX_BIN ?= $(DEVBOX_PACKAGES_DIR)/bin
10
HELM ?= $(LOCALBIN)/helm
11
HELM_VERSION ?= v3.16.3
12
GOLANGCI_LINT ?= $(LOCALBIN)/golangci-lint
13
-GOLANGCI_LINT_VERSION ?= v2.5.0
+GOLANGCI_LINT_VERSION ?= v2.7.2
14
GOLANGCI_LINT_NILAWAY ?= $(CACHE_BIN)/golangci-lint-nilaway
15
16
#####################################################################
go.mod
@@ -2,7 +2,7 @@ module github.com/linode/linode-cloud-controller-manager
2
3
go 1.25.0
4
5
-toolchain go1.25.3
+toolchain go1.25.5
6
7
require (
8
github.com/appscode/go v0.0.0-20201105063637-5613f3b8169f
0 commit comments