asdf-golang icon indicating copy to clipboard operation
asdf-golang copied to clipboard

Go plugin for the asdf version manager

Results 40 asdf-golang issues
Sort by recently updated
recently updated
newest added

**Describe the bug** https://github.com/asdf-vm/asdf/pull/762 Since this change of asdf core, `asdf list golang` may call `parse-legacy-file` script internally. [`parse-legacy-file`](https://github.com/kennyp/asdf-golang/blob/cc8bc47d4877beed61e10815d46669e1eaaa0bbe/bin/parse-legacy-file) script invokes `asdf list golang`. The result is an infinite recursive...

**Describe the bug** It seems like a ```.sha256``` file only started getting provided with the downloads [somewhere in 2016](https://go.googlesource.com/build/+/24f7399f96feb8dd2fc54f064e47a886c2f8bb4a), which leads to this plugin being unable to install versions older...

**Describe the bug** When attempting to download the golang archive on FreeBSD 13 the checksum fails to verify with the following error: ``` verifying checksum sha256sum: option requires an argument...

When parsing go.mod for the version, only the major version (ie. `1`) was being retrieved. Instead, get the full version. Additionally, add a test to ensure this isn't broken in...

fix: replace google with go url URL: https://dl.google.com/go/go1.15.8.darwin-arm64.tar.gz URL: https://go.dev/dl/go1.15.8.darwin-arm64.tar.gz

Hi, I tried to use asdf-golang for my FreeBSD to run into error: (with `set -x`) ``` devbsd% asdf install golang latest mkdir: /home/windymelt/.asdf/downloads/golang/1.19: File exists Platform 'freebsd' supported! %...

I just found out an issue that somehow the plugin does not respect the config files in the user home directory, but it does respect the config files in the...

**Is your feature request related to a problem? Please describe.** There are several projects that is immediately compilable on arm. It does not require using installing go using `ASDF_GOLANG_OVERWRITE_ARCH`. But...

See individual commit messages for details on each change.

Uses the same approach as the Java plugin (https://github.com/halcyon/asdf-java#java_home) to set the `GOROOT` env variable before commands, so no manual setting is necessary. I've only implemented `zsh` right now, but...