chore(deps): bump Go from 1.25.0 to 1.25.4

This commit is contained in:
Tom Quist
2025-11-06 11:39:21 +01:00
committed by Julien Neuhart
parent a0ee800002
commit 286efbe548
2 changed files with 2 additions and 2 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.25.0
ARG GOLANG_VERSION=1.25.4
# ----------------------------------------------
# pdfcpu binary build stage