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 4a4a238 commit fd722cd
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/code-generator

go 1.19
go 1.20

require (
github.com/gogo/protobuf v1.3.2
Expand Down Expand Up @@ -40,3 +40,5 @@ require (
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
sigs.k8s.io/yaml v1.3.0 // indirect
)

replace k8s.io/code-generator => ../code-generator

0 comments on commit fd722cd

Please sign in to comment.