mirror of
https://github.com/actions/setup-go.git
synced 2025-06-28 07:53:43 +00:00
Handle .x version syntax with latest release (#13)
* get latest release for .x syntax version * added nock as dev dependency * added test for .x syntax * updated readme * updated http client name * use rest client for getting available versions * more .x handling * move nock to setup and teardown
This commit is contained in:
parent
5064ef8f2b
commit
632d18fc92
7 changed files with 2810 additions and 5 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
Add a link
Reference in a new issue