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
go 1.22.6 workspace cannot upgrade modules anymore using go get -u ./... getting error: package foo/bark is not in std (/usr/local/go/src/foo/bark)
#68784
Closed
khanakia opened this issue
Aug 8, 2024
· 3 comments
I am using Golang workspaces and when try to upgrade the modules inside the workspace it does not work
Before it was working in older versions of golang
This has not worked since at least go1.16 (I didn't check further back).
I think this is expected behavior when you don't have a require for the other module, go get inherently queries for a remote source.
Go version
go version go1.22.6 darwin/arm64
Output of
go env
in your module/workspace:What did you do?
I am using Golang workspaces and when try to upgrade the modules inside the workspace it does not work
Before it was working in older versions of golang
What did you see happen?
What did you expect to see?
It should upgrade the module
The text was updated successfully, but these errors were encountered: