Skip to content

Commit 4824d17

Browse files
committed
Bump Golang version to v1.25.0
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
1 parent ec71fe0 commit 4824d17

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ GOPATH:=$(shell go env GOPATH)
77

88
VERSION?=latest
99

10-
GOLANGCI_VERSION:=2.1.6
10+
GOLANGCI_VERSION:=2.8.0
1111

1212
.PHONY: all
1313
all: build-test-adapter

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module sigs.k8s.io/custom-metrics-apiserver
22

3-
go 1.24.0
3+
go 1.25.0
44

5-
toolchain go1.24.4
5+
toolchain go1.25.6
66

77
require (
88
github.com/emicklei/go-restful/v3 v3.13.0

0 commit comments

Comments
 (0)