shadowsocks / go-shadowsocks2

Modern Shadowsocks in Go
Apache License 2.0
4.45k stars 1.39k forks source link

undefined: os.ErrDeadlineExceeded #200

Closed 0neday closed 3 years ago

0neday commented 3 years ago
# github.com/shadowsocks/go-shadowsocks2
go/src/github.com/shadowsocks/go-shadowsocks2/tcp.go:159:37: undefined: os.ErrDeadlineExceeded
go/src/github.com/shadowsocks/go-shadowsocks2/tcp.go:162:35: undefined: os.ErrDeadlineExceeded
EWNew commented 3 years ago

how to solve

riobard commented 3 years ago

@EWnb99 Upgrade your Go toolchain to 1.16.

EWNew commented 3 years ago

@EWnb99 Upgrade your Go toolchain to 1.16.

It works. thx