upgrade golang from 1.22.6 to 1.23.0

This commit is contained in:
Ryan Richard
2024-08-19 14:58:10 -07:00
parent 764064716f
commit d2f00d832e
6 changed files with 6 additions and 6 deletions

2
go.mod
View File

@@ -2,7 +2,7 @@ module go.pinniped.dev
go 1.22.0
toolchain go1.22.6
toolchain go1.23.0
// 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