Skip to content

Commit afe1f64

Browse files
authored
Merge pull request #3273 from wojtek-t/bump_golang_1_24_1
Bump golang version to 1.24.1
2 parents a99aab4 + 64c3a04 commit afe1f64

File tree

13 files changed

+14
-14
lines changed

13 files changed

+14
-14
lines changed

benchmark/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module k8s.io/perf-tests/benchmark
22

3-
go 1.23.4
3+
go 1.24.1
44

55
require (
66
github.com/dgryski/go-onlinestats v0.0.0-20170612111826-1c7d19468768

clusterloader2/go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module k8s.io/perf-tests/clusterloader2
22

3-
// go 1.15+ is required by k8s 1.20 we use as dependency.
4-
go 1.23.4
3+
go 1.24.1
54

65
replace (
76
k8s.io/api => k8s.io/api v0.31.4

dns/dnsperfgo/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module k8s.io/perf-tests/dns/dnsperfgo
22

3-
go 1.23.4
3+
go 1.24.1
44

55
require (
66
github.com/prometheus/client_golang v1.21.1

dns/jsonify/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module k8s.io/perf-tests/dns/jsonify
22

3-
go 1.23.4
3+
go 1.24.1
44

55
require (
66
github.com/golang/glog v1.2.4

network/benchmarks/netperf/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module k8s.io/perf-tests/network
22

3-
go 1.23.4
3+
go 1.24.1
44

55
require (
66
k8s.io/api v0.32.2

network/tools/network-policy-enforcement-latency/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module k8s.io/perf-tests/network/tools/network-policy-enforcement-latency
22

3-
go 1.23.4
3+
go 1.24.1
44

55
require (
66
github.com/prometheus/client_golang v1.21.1

perfdash/go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module k8s.io/perf-tests/perfdash
22

3-
go 1.23.4
3+
go 1.24.1
4+
45
require (
56
cloud.google.com/go v0.116.0 // indirect
67
cloud.google.com/go/storage v1.48.0

slo-monitor/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module k8s.io/perf-tests/slo-monitor
22

3-
go 1.23.4
3+
go 1.24.1
44

55
require (
66
github.com/golang/glog v1.2.4

util-images/access-tokens/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module k8s.io/perf-tests/access-tokens
22

3-
go 1.23.4
3+
go 1.24.1
44

55
require (
66
github.com/spf13/pflag v1.0.6

util-images/network/netperfbenchmark/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module k8s.io/perf-tests/util-images/network/netperfbenchmark
22

3-
go 1.23.4
3+
go 1.24.1
44

55
require (
66
k8s.io/apimachinery v0.32.2

0 commit comments

Comments
 (0)