Upgrade to Go 1.22

Fixes #12010
This commit is contained in:
Bjørn Erik Pedersen 2024-02-07 19:35:07 +01:00
parent 0257eb50a4
commit 9571246bcc
3 changed files with 4 additions and 4 deletions

View file

@ -14,7 +14,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.21.x]
go-version: [1.22.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:

View file

@ -16,7 +16,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.20.x,1.21.x]
go-version: [1.21.x,1.22.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps: