mirror of
https://github.com/actions/setup-go.git
synced 2025-04-24 09:52:15 +00:00
updated readme
This commit is contained in:
parent
aa2b146685
commit
4ed5ef83f3
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ jobs:
|
||||||
runs-on: ubuntu-16.04
|
runs-on: ubuntu-16.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go: [ '1.8', '1.9.3', '1.10' ]
|
go: [ '1.8', '1.9.3', '1.10.x' ]
|
||||||
name: Go ${{ matrix.go }} sample
|
name: Go ${{ matrix.go }} sample
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
|
|
Loading…
Add table
Reference in a new issue