Skip to content

Commit 20f577e

Browse files
committed
cleanup
Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
1 parent 8f90f4e commit 20f577e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN cp /build/target/x86_64-unknown-linux-gnu/debug/librust_module.so /build/amd
3232
##### Build the Go library #####
3333

3434
# 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
35+
FROM --platform=$BUILDPLATFORM golang:1.25.6 AS go_builder
3636
# Install zig.
3737
ARG ZIG_VERSION=0.14.0
3838
RUN apt update && apt install -y curl xz-utils

0 commit comments

Comments
 (0)