We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f90f4e commit 20f577eCopy full SHA for 20f577e
1 file changed
Dockerfile
@@ -32,7 +32,7 @@ RUN cp /build/target/x86_64-unknown-linux-gnu/debug/librust_module.so /build/amd
32
##### Build the Go library #####
33
34
# We use zig to cross-compile the Go library for both x86_64 and aarch64 architectures.
35
-FROM --platform=$BUILDPLATFORM golang:1.24.2 AS go_builder
+FROM --platform=$BUILDPLATFORM golang:1.25.6 AS go_builder
36
# Install zig.
37
ARG ZIG_VERSION=0.14.0
38
RUN apt update && apt install -y curl xz-utils
0 commit comments