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
Does this issue reproduce with the latest release?
$ brew upgrade go
Warning: go 1.16 already installed
yes, leatest version
and like described in help: go.mod in the same folder where started the build command
What operating system and processor architecture are you using (go env)?
Unlike many projects, the Go project does not use GitHub Issues for general discussion or asking questions. GitHub Issues are used for tracking bugs and proposals only.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
$ brew upgrade go
Warning: go 1.16 already installed
yes, leatest version
and like described in help: go.mod in the same folder where started the build command
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
import (
conditions "@//"
)
What did you expect to see?
running build
What did you see instead?
no compile error any more but an runtime error:
err:
imports @//: can only use path@version syntax with 'go get' and 'go install' in module-aware mode
The text was updated successfully, but these errors were encountered: