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.
1 parent 08a9554 commit 59e0bafCopy full SHA for 59e0baf
Makefile
@@ -379,7 +379,7 @@ MOCKGEN_VERSION ?= v0.6.0
379
GOWRAP_VERSION ?= v1.4.3
380
S5CMD_VERSION ?= v2.3.0
381
CONVERSION_GEN_VERSION ?= v0.34.1
382
-GOLANGCI_LINT_VERSION ?= v2.5.0
+GOLANGCI_LINT_VERSION ?= v2.7.2
383
GOSEC_VERSION ?= 2.22.10
384
385
.PHONY: tools
go.mod
@@ -2,7 +2,7 @@ module github.com/linode/cluster-api-provider-linode
2
3
go 1.25.0
4
5
-toolchain go1.25.4
+toolchain go1.25.5
6
7
require (
8
github.com/akamai/AkamaiOPEN-edgegrid-golang/v8 v8.4.0
0 commit comments