update toolchain version in some go.mod files

This commit is contained in:
Ryan Richard
2024-06-06 11:00:55 -04:00
parent 07f8c327e4
commit 1fe6f2eff9
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -3,7 +3,7 @@ module go.pinniped.dev/generated/1.30/client
go 1.22.0
toolchain go1.22.3
toolchain go1.22.4
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.2
toolchain go1.22.4
// 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