asdf-community / asdf-golang

Go plugin for the asdf version manager
https://github.com/asdf-vm/asdf
MIT License
534 stars 88 forks source link

Support `go.work` for tool version #98

Closed nhumble-sa closed 1 year ago

nhumble-sa commented 1 year ago

Is your feature request related to a problem? Please describe. When using a go.work file to define the source location, asdf does not pick up the tool version as it would from go.mod

Describe the solution you'd like When present use go.work to determine the golang version using the same logic as for go.mod

Describe alternatives you've considered The only alternative is to define the version in .go-version or .tool-versions

kennyp commented 1 year ago

Closed by #100