Skip to content

Commit

Permalink
Handle .x version syntax with latest release (#13)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
subosito authored and Danny McCormick committed Aug 19, 2019
1 parent 5064ef8 commit 632d18f
Show file tree
Hide file tree
Showing 7 changed files with 2,810 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit 632d18f

Please sign in to comment.