mirror of
https://code.forgejo.org/actions/setup-go.git
synced 2024-11-05 11:35:50 +00:00
Replace 'ubuntu-16.04' -> 'ubuntu-latest' (#180)
This commit is contained in:
parent
424fc82d43
commit
44e221478f
1 changed files with 1 additions and 1 deletions
|
@ -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' ]
|
||||
|
|
Loading…
Reference in a new issue