Closed
Description
From https://build.golang.org/log/e20b219bc7acca61048578e435da438c8e05d0e3:
# golang.org/x/telemetry/internal/mmap
internal/mmap/mmap_unix.go:31:23: undefined: syscall.Mmap
internal/mmap/mmap_unix.go:42:17: undefined: syscall.Munmap
note: module requires Go 1.20
Given go.mod says "1.20", maybe Go 1.19 shouldn't be attempted to be supported, and the builder just needs to require at least Go 1.20 branch.
CC @golang/solaris, @rorth.