func runtime.Version
5 uses
runtime (current package)
extern.go#L379: func Version() string {
runtime/debug
mod.go#L35: bi.GoVersion = runtime.Version()
go.pact.im/x/httpdebug
httpdebug.go#L57: info = &debug.BuildInfo{GoVersion: runtime.Version()}
golang.org/x/tools/go/packages
packages.go#L1145: if _, err := fmt.Sscanf(runtime.Version(), "go1.%d", &runtimeVersion); err == nil && runtimeVersion < lpkg.goVersion {
gotest.tools/v3/internal/source
version.go#L13: version := runtime.Version()
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)