anacrolix / torrent

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

go.mod seems was updated to go21 by accident #868

Closed AskAlexSharov closed 9 months ago

anacrolix commented 9 months ago

Something upstream forces it to go1.21 and I can't figure out why 😢 .

AskAlexSharov commented 9 months ago

I think update of squirrel helped: https://github.com/anacrolix/torrent/pull/868/files#diff-33ef32bf6c23acb95f5902d7097b7a1d5128ca061167ec0716715b0b9eeaa5f6R20 - no build error on CI: https://github.com/anacrolix/torrent/actions/runs/6169271367/job/16743198490?pr=868#step:4:8

anacrolix commented 9 months ago

I fixed this upstream, should be fixed in https://github.com/anacrolix/torrent/commit/29bea6d844892ab3ea0b99c5204facb97b1953e4.

anacrolix commented 9 months ago

A subsequent commit also fixes the 1.19 issues.