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 help build | grep -A2 -- -mod
-mod mode
module download mode to use: readonly, release, or vendor.
See 'go help modules' for more.
$ go test -mod=release
-mod=release not supported (can be '', 'readonly', or 'vendor')
$ go build -mod=release
-mod=release not supported (can be '', 'readonly', or 'vendor')