Merge branch 'master' into badges

This commit is contained in:
Florian Forster 2020-03-30 23:27:12 +02:00 committed by GitHub
commit c06dbea8e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -42,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