upgrade to go1.22.x

This commit is contained in:
Harshavardhana
2024-05-09 01:36:00 -07:00
parent 9a267f9270
commit 519dbfebf6
11 changed files with 11 additions and 11 deletions

View File

@@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
go-version: [1.21.x]
go-version: [1.22.x]
steps:
- uses: actions/checkout@v4