Skip to content

Commit 632d18f

Browse files
subositoDanny McCormick
authored andcommitted
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
1 parent 5064ef8 commit 632d18f

File tree

7 files changed

+2810
-5
lines changed

7 files changed

+2810
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-16.04
3131
strategy:
3232
matrix:
33-
go: [ '1.8', '1.9.3', '1.10' ]
33+
go: [ '1.8', '1.9.3', '1.10.x' ]
3434
name: Go ${{ matrix.go }} sample
3535
steps:
3636
- uses: actions/checkout@master

0 commit comments

Comments
 (0)