You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When invoke the go in src, it fails to execute because it can't infer then correct version.
➜ json pwd
/Users/j2gg0s/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.4.darwin-arm64/src/encoding/json
➜ json go env GOMOD
go: downloading go1.22 (darwin/arm64)
go: download go1.22 for darwin/arm64: toolchain not available
vim-go and others will switch to the target directory to execute relevant commands, such as go env, before invoking gopls.
Link issue: fatih/vim-go#3669
What did you expect to see?
In the src files download by toolchain, change the version in go.mod from go1.22 to go1.22.x
The text was updated successfully, but these errors were encountered:
Go version
go version go1.22.4 darwin/arm64
Output of
go env
in your module/workspace:What did you do?
Call GoDef in vim-go with Go>=1.22
What did you see happen?
When invoke the
go
in src, it fails to execute because it can't infer then correct version.vim-go
and others will switch to the target directory to execute relevant commands, such asgo env
, before invoking gopls.Link issue: fatih/vim-go#3669
What did you expect to see?
In the src files download by toolchain, change the version in go.mod from go1.22 to go1.22.x
The text was updated successfully, but these errors were encountered: