Skip to content

Commit 56f6fef

Browse files
enjk8s-publishing-bot
authored andcommitted
Explicit bump to go 1.20
Signed-off-by: Monis Khan <mok@microsoft.com> Kubernetes-commit: ba471884fba92246e1547ce4a27f9d5e735afc60
1 parent 725ba3f commit 56f6fef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

go.mod

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module k8s.io/apimachinery
44

5-
go 1.19
5+
go 1.20
66

77
require (
88
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
@@ -50,3 +50,5 @@ require (
5050
gopkg.in/yaml.v2 v2.4.0 // indirect
5151
gopkg.in/yaml.v3 v3.0.1 // indirect
5252
)
53+
54+
replace k8s.io/apimachinery => ../apimachinery

0 commit comments

Comments
 (0)