Bring README current

This commit is contained in:
Gábor Lipták 2020-10-02 21:04:12 -04:00 committed by GitHub
parent 37335c7bb2
commit c73ff2e935
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,10 +60,10 @@ Matrix Testing:
```yaml ```yaml
jobs: jobs:
build: build:
runs-on: ubuntu-16.04 runs-on: ubuntu-20.04
strategy: strategy:
matrix: matrix:
go: [ '1.14', '1.13' ] go: [ '1.15', '1.14' ]
name: Go ${{ matrix.go }} sample name: Go ${{ matrix.go }} sample
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2