Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force golang.org/x/crypto to v0.24.0 #215

Closed
wants to merge 1 commit into from
Closed

Conversation

Sean-Der
Copy link

v0.25.0 breaks compatibility with Go 1.19

v0.25.0 breaks compatibility with Go 1.19
@jech
Copy link
Owner

jech commented Sep 7, 2024

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.

@thomae
Copy link

thomae commented Sep 7, 2024

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

@dashohoxha
Copy link

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?

@jech
Copy link
Owner

jech commented Sep 9, 2024

Galene requires Go 1.20 since 54c5d04 .

@jech jech closed this Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants