bump Golang to 1.25 (#864)

This commit is contained in:
bluenviron-bot
2025-08-14 10:51:28 +02:00
committed by GitHub
parent b52fc1db52
commit b8f8076c56
6 changed files with 9 additions and 9 deletions

View File

@@ -16,7 +16,7 @@ test-nodocker: test-examples test-pkg test-root
define DOCKERFILE_TEST
ARG ARCH
FROM $$ARCH/$(BASE_IMAGE)
FROM --platform=$$ARCH $(BASE_IMAGE)
RUN apk add --no-cache make git gcc musl-dev pkgconfig ffmpeg-dev
WORKDIR /s
COPY go.mod go.sum ./