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

# background I installed this plugin and tried using it to install a golang version. I had no existing golang installations. I wasn't able to install any golang version already...

Does asdf-golang have any interest in a compilation option in the future? I ran this command `asdf install golang ref:$(asdf latest golang)` expecting compilation, but received a binary installation instead....

**Describe the bug** Both `$GOPATH` or `$GOROOT` are not. ``` snowflake in ~ ➜ go env GO111MODULE="" GOARCH="amd64" GOBIN="" GOCACHE="/Users/snowflake/Library/Caches/go-build" GOENV="/Users/snowflake/Library/Application Support/go/env" GOEXE="" GOFLAGS="" GOHOSTARCH="amd64" GOHOSTOS="darwin" GONOPROXY="" GONOSUMDB="" GOOS="darwin" GOPATH="/Users/snowflake/.asdf/installs/golang/1.13.8/packages"...

By [default](https://pkg.go.dev/cmd/go#hdr-Compile_and_install_packages_and_dependencies), if `GOBIN` is not set, it is not guaranteed that the path `$GOPATH/bin` will be used - it is better to set it explicitly in the Environment

When using https://github.com/asdf-community/asdf-golang?tab=readme-ov-file#goroot to set GOROOT and there is no default go version set, running any shell command was printing out: ``` No version is set for command go Consider...

**Is your feature request related to a problem? Please describe.** no **Describe the solution you'd like** we must reshim manually by self **Describe alternatives you've considered** reshim should occur automatically...

**Describe the bug** I have disabled `ASDF_GOLANG_MOD_VERSION_ENABLED`, but still getting the notice when starting my shell. **To Reproduce** Steps to reproduce the behavior: 1. Add `export ASDF_GOLANG_MOD_VERSION_ENABLED=false` in the shell's...

Fix issue #106 by make GOPATH dynamic based on the asdf golang version.

install golang 1.21.4 fails with following output : ``` asdf install golang 1.21.4 Platform 'linux' supported! curl: (23) Failed writing header ``` OS: Arch Linux go version installed: 1.19.4

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Config Migration Needed - [ ] Select this checkbox to let Renovate create...