mirror of
https://github.com/zitadel/oidc.git
synced 2026-05-04 00:49:21 -05:00
chore: add go 1.20 support (#274)
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
||||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
matrix:
|
||||
go: ['1.16', '1.17', '1.18', '1.19']
|
||||
go: ['1.16', '1.17', '1.18', '1.19', '1.20']
|
||||
name: Go ${{ matrix.go }} test
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
Reference in New Issue
Block a user