-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Open
Labels
GoCommandcmd/gocmd/goNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.modules
Milestone
Description
What version of Go are you using (go version)?
$ pwd /Users/hakim/go_tip/go/src $ ../bin/go version go version devel go1.19-fd653913be Thu Mar 31 13:59:09 2022 -0400 darwin/amd64
What did you do?
$ cat ../go.work
go 1.18
use (
./src
./src/cmd
)
$ ../bin/go env GOWORK GOROOT
/Users/hakim/go_tip/go
$ ../bin/go list -m
std
What did you expect to see?
go.work is respected.
What did you see instead?
go.work outside std is not respected.
Metadata
Metadata
Assignees
Labels
GoCommandcmd/gocmd/goNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.modules