Merge branch 'master' into badges
This commit is contained in:
commit
c06dbea8e2
2 changed files with 2 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
|
||||
strategy:
|
||||
matrix:
|
||||
go: ['1.11', '1.12', '1.13']
|
||||
go: ['1.11', '1.12', '1.13', '1.14']
|
||||
name: Go ${{ matrix.go }} test
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
|
|
|
@ -42,7 +42,7 @@ For your convinience you can find the relevant standards linked below.
|
|||
| 1.11 | :white_check_mark: |
|
||||
| 1.12 | :white_check_mark: |
|
||||
| 1.13 | :white_check_mark: |
|
||||
| 1.14 | not yet tested |
|
||||
| 1.14 | :white_check_mark: |
|
||||
|
||||
## Why another library
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue