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 <[email protected]>

Kubernetes-commit: ba471884fba92246e1547ce4a27f9d5e735afc60
  • Loading branch information
enj authored and k8s-publishing-bot committed Mar 13, 2023
1 parent be58bbb commit ac5b1c1
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/cri-api

go 1.19
go 1.20

require (
github.com/gogo/protobuf v1.3.2
Expand All @@ -24,3 +24,5 @@ require (
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace k8s.io/cri-api => ../cri-api

0 comments on commit ac5b1c1

Please sign in to comment.