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

This commit is contained in:
Sergey Gaynetdinov 2022-01-04 02:48:58 +05:00
parent 424fc82d43
commit cf4a8f0fa2
No known key found for this signature in database
GPG key ID: 66120519E92C3BFC

View file

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