chore: 1.14 & goreport
This commit is contained in:
parent
a8d10945d8
commit
7523b5e3f2
2 changed files with 3 additions and 2 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -5,7 +5,7 @@ jobs:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go: ['1.11', '1.12', '1.13']
|
go: ['1.11', '1.12', '1.13', '1.14']
|
||||||
name: Go ${{ matrix.go }} test
|
name: Go ${{ matrix.go }} test
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||

|

|
||||||
[](https://GitHub.com/caos/oidc/releases/)
|
[](https://GitHub.com/caos/oidc/releases/)
|
||||||
[](https://github.com/caos/oidc/blob/master/LICENSE)
|
[](https://github.com/caos/oidc/blob/master/LICENSE)
|
||||||
|
[](https://goreportcard.com/report/github.com/caos/oidc)
|
||||||
|
|
||||||
> This project is in alpha state. It can AND will continue breaking until version 1.0.0 is released
|
> This project is in alpha state. It can AND will continue breaking until version 1.0.0 is released
|
||||||
|
|
||||||
|
@ -41,7 +42,7 @@ For your convinience you can find the relevant standards linked below.
|
||||||
| 1.11 | :white_check_mark: |
|
| 1.11 | :white_check_mark: |
|
||||||
| 1.12 | :white_check_mark: |
|
| 1.12 | :white_check_mark: |
|
||||||
| 1.13 | :white_check_mark: |
|
| 1.13 | :white_check_mark: |
|
||||||
| 1.14 | not yet tested |
|
| 1.14 | :white_check_mark: |
|
||||||
|
|
||||||
## Why another library
|
## Why another library
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue