Commit Graph

24 Commits

Author SHA1 Message Date
David Marcin
ddffda95d5
Fix PATH for new go install (#41) 2020-12-08 13:35:19 -05:00
Michael Hale
9297fbefb1
Find the most recent matching installed version (#34)
* Find the most recent matching installed version

* pin match to beginning of string
2020-07-13 16:30:56 -04:00
Jack McCown
44abfc842f
feat: support auto go get default packages (#30) 2020-06-16 18:11:29 -04:00
Michael Hale
b7780500cf
Extract version from go.mod files (#32)
* Extract version from go.mod files

* make it work on linux too

* whitespace

* ignore asdf testing checkout

* fix test
2020-06-16 18:08:17 -04:00
uzxmx
831b8db058
Switch to dl.google.com
* Update default url when installing

Signed-off-by: Mingxiang Xue <mingxiangxue@gmail.com>

* Cleanup unneeded BASE_URL

Signed-off-by: Mingxiang Xue <mingxiangxue@gmail.com>
2020-05-11 23:14:25 -04:00
Trung Lê
b93b58b69e Support ppc64le architecture (#26)
* Support ppc64le version of Go

* Mention about ppc64le architecture in the README

* Test multi-arch on Travis CI

* Use commit SHA for plugin-gitref
2020-01-27 17:41:36 -05:00
Matthew Eddey
c6f1673d78 Support aarch64 (arm64) 2019-08-23 08:17:07 -07:00
Adrian Wilkins
323efb2645 Removed redundant script 2019-07-16 14:15:27 +01:00
Adrian Wilkins
7345694413 Allow use of legacy filenames 2019-04-04 16:32:32 +01:00
Wladimir Braguini Domingues
b49f236f7f Sort versions so newest version be listed last
The list-all command shows golang versions in the wrong order:
version 1.10 is listed before 1.2 and should be after 1.9 so it
appears closer to the user's prompt
2018-06-26 19:37:04 -03:00
Mrinal Wadhwa
154fd2adba fix temp directory creation for osx 2018-01-23 20:17:04 -06:00
Kenny Parnell
68875a227b Make BSD sed play nice.
Merges #12

Squashed commit of the following:

commit 29d691dfe0
Author: Kenny Parnell <k.parnell@gmail.com>
Date:   Mon Jan 22 21:31:59 2018 -0500

    Use the current branch instead of master for Travis

commit 708bd0f74a
Author: Kenny Parnell <k.parnell@gmail.com>
Date:   Mon Jan 22 21:27:28 2018 -0500

    Try to determine which sed we're using.
2018-01-22 21:48:35 -05:00
Kenny Parnell
53f76cffe1
Merge pull request #11 from barnabasJ/patch-1
Update list-bin-paths
2018-01-22 11:03:07 -05:00
Kenny Parnell
ceb54998d2 Incorporate changes from @vifino to support armv{6,7}l/Alpine Linux.
Closes #3
2018-01-22 11:00:40 -05:00
Kenny Parnell
01994416c6 Add support for FreeBSD 2018-01-22 10:43:32 -05:00
Kenny Parnell
d34f9282b4 Only set pipefail if Bash 3 or greater. 2018-01-22 09:45:18 -05:00
Barnabas Jovanovics
b8dd39acbf
Update list-bin-paths
added packages/bin, so that reshim will pick up on the installed packages
2018-01-05 15:44:13 +01:00
Daniele Sluijters
40e18d3eff
exec-env: Handle system version correctly 2017-12-06 19:38:25 +01:00
Kenny Parnell
da123dbfbc
Merge pull request #7 from missingcharacter/pagination
Adding support for pagination in list-all
2017-11-17 02:59:21 -05:00
Ricardo Rosales
70c8c9aa71 Adding support for pagination in list-all 2017-09-03 02:30:59 -07:00
Akash Manohar
beaa7cead3 Set GOPATH if not already set 2016-11-11 01:25:51 +05:30
Kenny Parnell
d6fa7b326c Update list-all to get minor versions 2016-04-21 11:26:53 -04:00
Kenny Parnell
5cc349c44b Change mktemp command for Linux 2016-02-29 02:38:34 -05:00
Kenny Parnell
5072e957db Initial creation of scripts 2016-02-29 02:35:45 -05:00