go/types.Config.GoVersion (field)

6 uses

	go/types (current package)
		api.go#L132: 	GoVersion string
		check.go#L388: 	pkgVersion := asGoVersion(check.conf.GoVersion)
		check.go#L399: 		v := check.conf.GoVersion
		check.go#L558: 	check.pkg.goVersion = check.conf.GoVersion

	golang.org/x/tools/go/packages
		packages.go#L1253: 		tc.GoVersion = "go" + lpkg.Module.GoVersion
		packages.go#L1257: 		tc.GoVersion = fmt.Sprintf("go1.%d", lpkg.goVersion)