CI: Test with Golang 1.21

This commit is contained in:
Joachim Bauch 2023-08-09 09:00:46 +02:00
parent e427d0daa6
commit 7914d4bc49
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.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