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
(This is the command vim-go uses when doing :GoInstallBinaries)
What did you expect to see?
Successful exit.
What did you see instead?
golang.org/x/exp/constraints
# golang.org/x/exp/constraints
go/pkg/mod/golang.org/x/[email protected]/constraints/constraints.go:13:2: embedding interface element ~int|~int8|~int16|~int32|~int64 requires go1.18 or later (-lang was set to go1.16; check go.mod)
go/pkg/mod/golang.org/x/[email protected]/constraints/constraints.go:20:2: embedding interface element ~uint|~uint8|~uint16|~uint32|~uint64|~uintptr requires go1.18 or later (-lang was set to go1.16; check go.mod)
go/pkg/mod/golang.org/x/[email protected]/constraints/constraints.go:27:2: embedding interface element Signed|Unsigned requires go1.18 or later (-lang was set to go1.16; check go.mod)
go/pkg/mod/golang.org/x/[email protected]/constraints/constraints.go:34:2: embedding interface element ~float32|~float64 requires go1.18 or later (-lang was set to go1.16; check go.mod)
go/pkg/mod/golang.org/x/[email protected]/constraints/constraints.go:41:2: embedding interface element ~complex64|~complex128 requires go1.18 or later (-lang was set to go1.16; check go.mod)
go/pkg/mod/golang.org/x/[email protected]/constraints/constraints.go:49:2: embedding interface element Integer|Float|~string requires go1.18 or later (-lang was set to go1.16; check go.mod)
golang.org/x/vuln/client
# golang.org/x/vuln/client
go/pkg/mod/golang.org/x/[email protected]/client/client.go:124:22: function instantiation requires go1.18 or later (-lang was set to go1.16; check go.mod)
go/pkg/mod/golang.org/x/[email protected]/client/client.go:141:22: function instantiation requires go1.18 or later (-lang was set to go1.16; check go.mod)
go/pkg/mod/golang.org/x/[email protected]/client/client.go:144:20: type parameter requires go1.18 or later (-lang was set to go1.16; check go.mod)
go/pkg/mod/golang.org/x/[email protected]/client/client.go:144:22: predeclared any requires go1.18 or later (-lang was set to go1.16; check go.mod)
go/pkg/mod/golang.org/x/[email protected]/client/client.go:257:30: function instantiation requires go1.18 or later (-lang was set to go1.16; check go.mod)
go/pkg/mod/golang.org/x/[email protected]/client/client.go:304:21: function instantiation requires go1.18 or later (-lang was set to go1.16; check go.mod)
go/pkg/mod/golang.org/x/[email protected]/client/client.go:310:21: function instantiation requires go1.18 or later (-lang was set to go1.16; check go.mod)
go/pkg/mod/golang.org/x/[email protected]/client/client.go:313:19: type parameter requires go1.18 or later (-lang was set to go1.16; check go.mod)
go/pkg/mod/golang.org/x/[email protected]/client/client.go:313:21: predeclared any requires go1.18 or later (-lang was set to go1.16; check go.mod)
The text was updated successfully, but these errors were encountered:
What version of Go are you using (
go version
)?What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
/home/ubuntu/go/bin/go install -v -mod=readonly golang.org/x/tools/gopls@latest
(This is the command vim-go uses when doing
:GoInstallBinaries
)What did you expect to see?
Successful exit.
What did you see instead?
The text was updated successfully, but these errors were encountered: