Skip to content

cmd/go: go help build mentions -mod=release, which is not supported #27354

@mark-rushakoff

Description

@mark-rushakoff

Using go 1.11.

$ 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')

Metadata

Metadata

Assignees

No one assigned

    Labels

    DocumentationIssues describing a change to documentation.FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.modules

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions