Skip to content

Commit f177fe1

Browse files
mlguerrero12Super User
authored andcommitted
Bump go version 1.23
Align with version used in Dockerfile Signed-off-by: Marcelo Guerrero <[email protected]>
1 parent db21039 commit f177fe1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/k8snetworkplumbingwg/whereabouts
22

3-
go 1.21
3+
go 1.23
44

55
require (
66
github.com/blang/semver v3.5.1+incompatible
@@ -59,7 +59,7 @@ require (
5959
golang.org/x/sys v0.20.0 // indirect
6060
golang.org/x/term v0.19.0 // indirect
6161
golang.org/x/text v0.14.0 // indirect
62-
golang.org/x/time v0.3.0 // indirect
62+
golang.org/x/time v0.3.0
6363
golang.org/x/tools v0.20.0 // indirect
6464
google.golang.org/appengine v1.6.7 // indirect
6565
google.golang.org/protobuf v1.33.0 // indirect
@@ -68,7 +68,7 @@ require (
6868
gopkg.in/yaml.v2 v2.4.0 // indirect
6969
gopkg.in/yaml.v3 v3.0.1 // indirect
7070
k8s.io/gengo v0.0.0-20230829151522-9cce18d56c01 // indirect
71-
k8s.io/klog/v2 v2.110.1 // indirect
71+
k8s.io/klog/v2 v2.110.1
7272
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
7373
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
7474
sigs.k8s.io/yaml v1.3.0 // indirect

0 commit comments

Comments
 (0)