0
1
Fork 0

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

This commit is contained in:
Sergey Gaynetdinov 2022-01-12 11:40:09 +05:00 committed by GitHub
parent 424fc82d43
commit 44e221478f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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