Replace 'ubuntu-16.04' -> 'ubuntu-latest'

pull/180/head
Sergey Gaynetdinov 4 years ago
parent 424fc82d43
commit cf4a8f0fa2
No known key found for this signature in database
GPG Key ID: 66120519E92C3BFC

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