There was an error while loading. Please reload this page.
2 parents ec71fe0 + 4824d17 commit 1bbd810Copy full SHA for 1bbd810
2 files changed
Makefile
@@ -7,7 +7,7 @@ GOPATH:=$(shell go env GOPATH)
7
8
VERSION?=latest
9
10
-GOLANGCI_VERSION:=2.1.6
+GOLANGCI_VERSION:=2.8.0
11
12
.PHONY: all
13
all: build-test-adapter
go.mod
@@ -1,8 +1,8 @@
1
module sigs.k8s.io/custom-metrics-apiserver
2
3
-go 1.24.0
+go 1.25.0
4
5
-toolchain go1.24.4
+toolchain go1.25.6
6
require (
github.com/emicklei/go-restful/v3 v3.13.0
0 commit comments