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
golang.org/x/sys/unix/syscall required go1.17 or later, but the provided go.mod references go1.16 to be used.
[ 5s] GO111MODULE=on CGO_ENABLED=0 go build -o amfora -ldflags="-s -w -X main.version= -X main.commit= -X main.builtBy=Makefile"
[ 5s] # golang.org/x/sys/unix
[ 5s] vendor/golang.org/x/sys/unix/syscall.go:83:28: unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod)
[ 5s] vendor/golang.org/x/sys/unix/syscall_linux.go:1018:32: unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod)
[ 5s] vendor/golang.org/x/sys/unix/syscall_linux.go:2297:21: unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod)
[ 5s] vendor/golang.org/x/sys/unix/syscall_unix.go:118:19: unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod)
[ 5s] vendor/golang.org/x/sys/unix/sysvshm_unix.go:33:19: unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod)
[ 5s] make: *** [Makefile:16: amfora] Error 2
The text was updated successfully, but these errors were encountered:
golang.org/x/sys/unix/syscall
required go1.17 or later, but the providedgo.mod
references go1.16 to be used.The text was updated successfully, but these errors were encountered: