Skip to content

Commit

Permalink
Explicit bump to go 1.20
Browse files Browse the repository at this point in the history
Signed-off-by: Monis Khan <mok@microsoft.com>

Kubernetes-commit: ba471884fba92246e1547ce4a27f9d5e735afc60
  • Loading branch information
enj authored and k8s-publishing-bot committed Mar 13, 2023
1 parent 725ba3f commit 56f6fef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module k8s.io/apimachinery

go 1.19
go 1.20

require (
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
Expand Down Expand Up @@ -50,3 +50,5 @@ require (
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace k8s.io/apimachinery => ../apimachinery

0 comments on commit 56f6fef

Please sign in to comment.