go-gost / gost

GO Simple Tunnel - a simple tunnel written in golang
https://gost.run
MIT License
4.39k stars 528 forks source link

unknown directive: toolchain报错 #537

Closed aogg closed 3 months ago

aogg commented 4 months ago
[ec2-user@test01-10-20-130-75 gost]$ go version
go version go1.20.7 linux/amd64
[ec2-user@test01-10-20-130-75 gost]$ go build
go: errors parsing go.mod:
/home/ec2-user/download/gost/go.mod:5: unknown directive: toolchain
aogg commented 4 months ago

编译安装时

ginuerzh commented 4 months ago

需要go1.22版本。