CI: Also test with Golang 1.20

This commit is contained in:
Joachim Bauch 2023-02-02 13:25:39 +01:00
parent f3ba485e9d
commit c8fa90d6ab
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02
2 changed files with 3 additions and 0 deletions

View file

@ -27,6 +27,7 @@ jobs:
- "1.17"
- "1.18"
- "1.19"
- "1.20"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
@ -74,6 +75,7 @@ jobs:
- "1.17"
- "1.18"
- "1.19"
- "1.20"
runs-on: ubuntu-latest
needs: [create]
steps:

View file

@ -29,6 +29,7 @@ jobs:
- "1.17"
- "1.18"
- "1.19"
- "1.20"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3