CI: Also test with Golang 1.22

This commit is contained in:
Joachim Bauch 2024-02-07 08:44:55 +01:00
parent d71ca35e97
commit 978024e799
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02
2 changed files with 3 additions and 0 deletions

View file

@ -26,6 +26,7 @@ jobs:
go-version:
- "1.20"
- "1.21"
- "1.22"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
@ -54,6 +55,7 @@ jobs:
go-version:
- "1.20"
- "1.21"
- "1.22"
runs-on: ubuntu-latest
needs: [create]
steps:

View file

@ -28,6 +28,7 @@ jobs:
go-version:
- "1.20"
- "1.21"
- "1.22"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4