mirror of
https://github.com/actions/setup-go.git
synced 2025-04-23 17:40:50 +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
|
```yaml
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-16.04
|
runs-on: ubuntu-20.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go: [ '1.14', '1.13' ]
|
go: [ '1.15', '1.14' ]
|
||||||
name: Go ${{ matrix.go }} sample
|
name: Go ${{ matrix.go }} sample
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
Loading…
Add table
Reference in a new issue