Merge pull request #651 from strukturag/golang-1.22

CI: Also test with Golang 1.22
This commit is contained in:
Joachim Bauch 2024-02-07 10:15:32 +01:00 committed by GitHub
commit 5ec7fcb594
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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