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
For each named package or package pattern, get must decide which version of the corresponding module to use. By default, get looks up the latest tagged release version, such as v0.4.5 or v1.2.3.
If you just want to install the current version of a binary already in your module's dependencies, use go install rather than go get.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
With this environment: https://play.golang.org/p/bUF9KgVU1ow
I execute either
or
What did you expect to see?
Silent output - and protoc-gen-gofast v1.2.1 installed
What did you see instead?
It upgrades to v1.3.1
The text was updated successfully, but these errors were encountered: