mirror of
https://github.com/zitadel/oidc.git
synced 2026-01-30 23:29:20 -06:00
chore: use only go mod native version (#52)
* chore: use only go mod native version * chore: new go versions * update go version in go.mod Co-authored-by: Livio Amstutz <livio.a@gmail.com>
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -5,7 +5,7 @@ jobs:
|
||||
runs-on: ubuntu-18.04
|
||||
strategy:
|
||||
matrix:
|
||||
go: ['1.11', '1.12', '1.13', '1.14']
|
||||
go: ['1.14', '1.15']
|
||||
name: Go ${{ matrix.go }} test
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user