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
Using go 1.13 fails to build on the latest release. I am mainly asking for new patch release containing the changes to the go.mod file.
gotestsum> vendor/golang.org/x/sys/unix/syscall.go:82:16: unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod)
gotestsum> vendor/golang.org/x/sys/unix/syscall_bsd.go:247:20: unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod)
gotestsum> vendor/golang.org/x/sys/unix/syscall_darwin.go:94:8: unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod)
gotestsum> vendor/golang.org/x/sys/unix/syscall_unix.go:117:7: unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod)
gotestsum> vendor/golang.org/x/sys/unix/sysvshm_unix.go:32:7: unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod)
gotestsum> # golang.org/x/tools/internal/event/keys
gotestsum> vendor/golang.org/x/tools/internal/event/keys/util.go:14:11: type parameter requires go1.18 or later (-lang was set to go1.16; check go.mod)
gotestsum> vendor/golang.org/x/tools/internal/event/keys/util.go:14:13: embedding interface element ~[]T requires go1.18 or later (-lang was set to go1.16; check go.mod)
gotestsum> vendor/golang.org/x/tools/internal/event/keys/util.go:14:21: embedding interface element ~string requires go1.18 or later (-lang was set to go1.16; check go.mod)
gotestsum> vendor/golang.org/x/tools/internal/event/keys/util.go:15:32: invalid argument: s (variable of type S constrained by ~[]T) for built-in len
gotestsum> vendor/golang.org/x/tools/internal/event/keys/util.go:16:20: cannot range over s (variable of type S constrained by ~[]T): no core type
gotestsum> # golang.org/x/tools/internal/versions
gotestsum> vendor/golang.org/x/tools/internal/versions/types.go:15:16: 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:
Using go 1.13 fails to build on the latest release. I am mainly asking for new patch release containing the changes to the
go.mod
file.The text was updated successfully, but these errors were encountered: