Hello!
I can't build eth2-testnet-genesis with go 1.19, I see this error:
...
vendor/golang.org/x/sys/unix/syscall.go:83:16: unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod)
vendor/golang.org/x/sys/unix/syscall_linux.go:2256:9: unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod)
vendor/golang.org/x/sys/unix/syscall_unix.go:118:7: unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod)
vendor/golang.org/x/sys/unix/sysvshm_unix.go:33:7: unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod)
...
Can we update go in go.mod to go 1.19? I checked it, I can compile that without any problem
Hello! I can't build
eth2-testnet-genesis
with go 1.19, I see this error:Can we update go in
go.mod
togo 1.19
? I checked it, I can compile that without any problem