0
1
Fork 0
Commit Graph

8 Commits

Author SHA1 Message Date
HarithaVattikuti 4ab57d7ea2
Fix versions check failure (#479)
* Update to latest Go versions

* Updated versions

* Update test data

* Update test data
2024-05-10 11:25:20 -05:00
koba1t 7678c83214
add support gowork for go-version-file 2022-11-01 21:25:30 +09:00
So Jomura 265edc1beb
Add go-version-file option (#62) 2022-05-12 10:04:39 +02:00
Dmitry Shibanov bfdd3570ce
Implement "check-latest" flag to check if pre-cached version is latest one (#186) 2022-02-09 14:59:04 +03:00
Dmitry Shibanov 1616116e1b
Use GitHub releases to download Go versions. (#58) 2020-06-29 11:41:13 -04:00
Bryan MacFarlane f4b0281c15 mocked tests work with no internet 2020-02-09 09:25:20 -05:00
Alif Rachmawadi 21620fff65
use golang-dl release data 2019-09-05 13:09:55 +07:00
Alif Rachmawadi 632d18fc92 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
2019-08-19 08:28:37 -04:00