Replace 'ubuntu-16.04' -> 'ubuntu-latest' (#180)

pull/187/head
Sergey Gaynetdinov 3 years ago committed by GitHub
parent 424fc82d43
commit 44e221478f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -60,7 +60,7 @@ Matrix Testing:
```yaml ```yaml
jobs: jobs:
build: build:
runs-on: ubuntu-16.04 runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
go: [ '1.14', '1.13' ] go: [ '1.14', '1.13' ]

Loading…
Cancel
Save