Commit Graph

11 Commits

Author SHA1 Message Date
Windymelt
be7daa8c57
avoid using stdin and use fd (#87)
Closes #90
2023-05-09 10:34:48 -04:00
Kenny Parnell
f006a12d6e
Add ASDF_GOLANG_SKIP_CHECKSUM to skip verifying checksum. (#95)
Update README
2022-12-17 00:10:23 -05:00
Kenny Parnell
1c2311264e
Revert "fix: replace google with go url (#88)" (#94)
This reverts commit ae1c810a85.
2022-12-16 23:34:04 -05:00
Julien Bongars
ae1c810a85
fix: replace google with go url (#88)
Co-authored-by: julien <julien@undercurrent.tech>
2022-12-16 23:32:12 -05:00
Kenny Parnell
2dad3faf58
Make sure latest is actually available. 2022-02-09 15:12:28 -05:00
Michael Poutre
85dab2f4f2
Add ASDF_GOLANG_OVERWRITE_ARCH override option (#62)
* Add ASDF_GOLANG_OVERWRITE_ARCH override option

This change adds an ASDF_GOLANG_OVERWRITE_ARCH variable to allow overriding the architecture. This is useful if you need to install version of Go that were not released for macOS ARM. This is also done in the asdf terraform plugin: e1c7eea0f7/bin/install (L115-L129)

* Update README to include section about ASDF_GOLANG_OVERWRITE_ARCH
2021-10-28 17:03:53 -04:00
Kenny Parnell
92a2e61081 Cleanup ShellCheck warnings. 2021-06-16 10:46:00 -04:00
w1mvy
36f12c9393
Exit when download status 404 or 403 (#55) 2021-06-15 20:42:59 -04:00
Samuel García
625e8a23ce
Add extra space between sha256sum args (#52) 2021-06-15 17:09:39 -04:00
Alex Rudd
1f388f1b6a
Add extra space between shasum args (#49) 2021-05-12 13:46:48 -04:00
Kenny Parnell
b1990b0a23
Add bin/download per latest asdf guidelines (#45)
- Creates a temporary directory if using an older version of asdf.
- Install delegates to bin/download if using an older version of asdf.
2021-01-04 17:36:54 -05:00