Bring README current

pull/80/head
Gábor Lipták 5 years ago committed by GitHub
parent 37335c7bb2
commit c73ff2e935
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save