chore(go): update to 1.25

This commit is contained in:
Julien Neuhart
2025-08-15 17:15:01 +02:00
parent fb63ffb919
commit e0b5ccb41d
3 changed files with 11 additions and 11 deletions

View File

@@ -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.24.5
ARG GOLANG_VERSION=1.25.0
# ----------------------------------------------
# pdfcpu binary build stage