anacrolix / torrent

Full-featured BitTorrent client package and utilities
Mozilla Public License 2.0
5.51k stars 622 forks source link

Can't build torrent@v1.54.1 with go1.20 #907

Closed tsynik closed 7 months ago

tsynik commented 7 months ago

I have this error on compile when building with go version go1.20.13:

# github.com/anacrolix/torrent
../../../go/pkg/mod/github.com/anacrolix/torrent@v1.54.1/peer.go:604:33: undefined: sync.OnceFunc
anacrolix commented 7 months ago

I did plan to move the minimum Go version to 1.22 (again).

tsynik commented 7 months ago

It's okay. so I close it than.