From 85291fdec3b69bff7f46ed0b774cc758d82fa36a Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Sat, 21 Feb 2026 21:30:33 +0100 Subject: [PATCH] fix(Dockerfile): bump go version to 1.26 --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index d213e310..b9ca4613 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,7 +1,7 @@ # ARG instructions do not create additional layers. Instead, next layers will # concatenate them. Also, we have to repeat ARG instructions in each build # stage that uses them. -ARG GOLANG_VERSION=1.25.7 +ARG GOLANG_VERSION=1.26.0 # ---------------------------------------------- # pdfcpu binary build stage