chore: upgrade dependencies and bump to go 1.22

This commit is contained in:
2024-03-10 11:38:06 +01:00
parent 6a59f55f97
commit b599a971d4
81 changed files with 2333 additions and 1243 deletions

View File

@ -51,7 +51,7 @@ import (
// 10. Send out the CL for review and submit it.
const (
Major = 1
Minor = 31
Minor = 33
Patch = 0
PreRelease = ""
)