mirror of
https://github.com/actions/setup-go.git
synced 2025-04-24 01:50:52 +00:00
Bring README current
This commit is contained in:
parent
37335c7bb2
commit
c73ff2e935
1 changed files with 2 additions and 2 deletions
|
@ -60,10 +60,10 @@ Matrix Testing:
|
|||
```yaml
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-16.04
|
||||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
matrix:
|
||||
go: [ '1.14', '1.13' ]
|
||||
go: [ '1.15', '1.14' ]
|
||||
name: Go ${{ matrix.go }} sample
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Add table
Reference in a new issue