Chore: Upgrade go version to 1.22.2 (#86873)

* Chore: Upgrade go version to 1.22.2
* upgrade to latest swagger for go 1.22 compatibility
* regen openapi spec
* upgrade go in github workflows
This commit is contained in:
Kristin Laemmert
2024-04-24 14:26:14 -04:00
committed by GitHub
parent 0e81fdffbe
commit f1aa6549f6
18 changed files with 295 additions and 164 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ jobs:
# Go is required for also updating the schema versions as part of the precommit hook:
- uses: actions/setup-go@v4
with:
go-version: '1.21.9'
go-version: '1.22.2'
- uses: actions/setup-node@v4
with:
node-version: '18'