Closed Sean-Der closed 2 months ago
After some thought, I think I've decided I'm simply going to require Go 1.20 (too bad for Debian Stable), since I want to keep Galene builds as close as possible to stock Pion.
Keeping open for now, in case I change my mind.
Go 1.22 is available via bookworm-backports: https://packages.debian.org/bookworm-backports/golang
sudo sh -c 'echo "deb http://deb.debian.org/debian bookworm-backports main" > /etc/apt/sources.list.d/bookworm-backports.list'
sudo apt update
sudo apt install -t bookworm-backports golang
go version
What about this:
wget https://go.dev/dl/go1.23.1.linux-amd64.tar.gz -O go.tar.gz
tar -C /usr/local -xzf go.tar.gz
rm -f go.tar.gz
Is go1.23.1
ok?
Galene requires Go 1.20 since 54c5d040d10cab82684b471825edfe7a951badce .
v0.25.0 breaks compatibility with Go 1.19