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 embeds module version information in the binaries it builds. go version can be used to retrieve that information:
usage: go version [-m] [-v] [file ...]
[...]
The -m flag causes go version to print each executable's embedded
module version information, when available. In the output, the module
information consists of multiple lines following the version line, each
indented by a leading tab character.
[...]
Go embeds module version information in the binaries it builds.
go version
can be used to retrieve that information:See https://golang.org/cmd/go/#hdr-Print_Go_version
We can use this to build a SBOM.
The text was updated successfully, but these errors were encountered: