Skip to content

Commit f4dbd2d

Browse files
committed
Bump golang in perf-test
1 parent 3be6af7 commit f4dbd2d

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
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.22.4
3+
go 1.23.4
44

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

clusterloader2/go.mod

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

33
// go 1.15+ is required by k8s 1.20 we use as dependency.
4-
go 1.22.4
4+
go 1.23.4
55

66
replace (
77
k8s.io/api => k8s.io/api v0.29.7

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.22.4
3+
go 1.23.4
44

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

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.22.4
3+
go 1.23.4
44

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

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.22.4
3+
go 1.23.4
44

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

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.22.4
3+
go 1.23.4
44

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

perfdash/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/perfdash
22

3-
go 1.22.4
3+
go 1.23.4
44

55
require (
66
cloud.google.com/go v0.116.0 // indirect

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.22.4
3+
go 1.23.4
44

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

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.22.4
3+
go 1.23.4
44

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

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.22.4
3+
go 1.23.4
44

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

0 commit comments

Comments
 (0)