fix(Dockerfile): bump go version to 1.26

This commit is contained in:
Julien Neuhart
2026-02-21 21:30:33 +01:00
parent 57e1b7efda
commit 85291fdec3

View File

@@ -1,7 +1,7 @@
# ARG instructions do not create additional layers. Instead, next layers will # ARG instructions do not create additional layers. Instead, next layers will
# concatenate them. Also, we have to repeat ARG instructions in each build # concatenate them. Also, we have to repeat ARG instructions in each build
# stage that uses them. # stage that uses them.
ARG GOLANG_VERSION=1.25.7 ARG GOLANG_VERSION=1.26.0
# ---------------------------------------------- # ----------------------------------------------
# pdfcpu binary build stage # pdfcpu binary build stage