Live video on the AT Protocol

build: upgrade to go 1.24

authored by

Eli Mallon and committed by
Eli Mallon
b2e96aa1 ebfeb254

+6 -9
+1 -1
.ci/dockerfile-hash.yaml
··· 1 1 variables: 2 - DOCKERFILE_HASH: 4c5b7b7979e1c6225b8f0e6db74176699bdffeb0 2 + DOCKERFILE_HASH: fb6a3e179ec8be734db19f952e4971d32e2d12a4
+1 -1
.github/workflows/build.yaml
··· 59 59 STREAMPLACE_TEST_COUNT: "1" 60 60 STREAMPLACE_IGNORE_LEAKS: "true" 61 61 run: | 62 - export GOTOOLCHAIN=go1.23.6 \ 62 + export GOTOOLCHAIN=go1.24.2 \ 63 63 && brew install go \ 64 64 && python -m pip install virtualenv \ 65 65 && python -m virtualenv ~/venv \
+1 -1
.gitlab-ci.yml
··· 218 218 - 'echo "xcodeproj --version: $(xcodeproj --version)"' 219 219 - "$(which xcodeproj) --version" 220 220 - > 221 - export GOTOOLCHAIN=go1.23.6 221 + export GOTOOLCHAIN=go1.24.2 222 222 && python3 -m pip install virtualenv 223 223 && python3 -m virtualenv ~/venv 224 224 && source ~/venv/bin/activate
+1 -2
README.md
··· 10 10 11 11 ## The Video Layer for Everything 12 12 13 - You'll need Node, Yarn, Meson, Ninja, and Go 1.23. 14 - ([We're blocked on going to Go 1.24](https://github.com/NordSecurity/uniffi-bindgen-go/issues/66).) 13 + You'll need Node, Yarn, Meson, Ninja, and Go 1.24. 15 14 16 15 **Single-command build:** 17 16
+1 -1
docker/build.Dockerfile
··· 6 6 ARG DOCKERFILE_HASH 7 7 ENV DOCKERFILE_HASH $DOCKERFILE_HASH 8 8 9 - ENV GO_VERSION 1.23.6 9 + ENV GO_VERSION 1.24.2 10 10 ENV NODE_VERSION 22.3.0 11 11 ENV DEBIAN_FRONTEND noninteractive 12 12
+1 -3
go.mod
··· 1 1 module stream.place/streamplace 2 2 3 - go 1.23.1 4 - 5 - toolchain go1.23.6 3 + go 1.24.2 6 4 7 5 replace github.com/livepeer/lpms => github.com/aquareum-tv/lpms v0.0.0-20240828210246-5ac9b407751e 8 6