mirror of
https://github.com/actions/setup-go.git
synced 2025-04-24 01:50:52 +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
|
||||
strategy:
|
||||
matrix:
|
||||
go: [ '1.8', '1.9.3', '1.10' ]
|
||||
go: [ '1.8', '1.9.3', '1.10.x' ]
|
||||
name: Go ${{ matrix.go }} sample
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
|
|
Loading…
Add table
Reference in a new issue