update Go toolchain directives to match current version of Go

This commit is contained in:
Ryan Richard
2024-07-10 10:27:39 -07:00
parent dd80627dfa
commit decf1cf537
4 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ module go.pinniped.dev/generated/1.30/apis
go 1.22.0
toolchain go1.22.4
toolchain go1.22.5
require (
k8s.io/api v0.30.2

View File

@@ -3,7 +3,7 @@ module go.pinniped.dev/generated/1.30/client
go 1.22.0
toolchain go1.22.4
toolchain go1.22.5
replace go.pinniped.dev/generated/1.30/apis => ../apis

2
go.mod
View File

@@ -2,7 +2,7 @@ module go.pinniped.dev
go 1.22.0
toolchain go1.22.4
toolchain go1.22.5
// This version taken from https://github.com/kubernetes/apiserver/blob/v0.30.0/go.mod#L14 to avoid compile failures.
replace github.com/google/cel-go => github.com/google/cel-go v0.17.8

View File

@@ -2,6 +2,6 @@ module go.pinniped.dev/update-go-mod
go 1.22.0
toolchain go1.22.2
toolchain go1.22.5
require golang.org/x/mod v0.18.0