Merge pull request #536 from strukturag/golang-1.21

CI: Test with Golang 1.21
This commit is contained in:
Joachim Bauch 2023-08-09 14:51:06 +02:00 committed by GitHub
commit 2e6de510bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -26,6 +26,7 @@ jobs:
go-version:
- "1.19"
- "1.20"
- "1.21"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
@ -72,6 +73,7 @@ jobs:
go-version:
- "1.19"
- "1.20"
- "1.21"
runs-on: ubuntu-latest
needs: [create]
steps:

View file

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