chore(go): bump Go to 1.25.7

This commit is contained in:
John W. Mendes
2026-02-09 15:21:11 -07:00
committed by Julien Neuhart
parent 3d9b2deb59
commit 1195c37508
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.5
ARG GOLANG_VERSION=1.25.7
# ----------------------------------------------
# pdfcpu binary build stage

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/gotenberg/gotenberg/v8
go 1.25.5
go 1.25.7
require (
github.com/alexliesenfeld/health v0.8.1