chore(go): update Go version to 1.25.5 (#1440)

* Update Go to 1.25.5

* Update go version in go.mod
This commit is contained in:
John W. Mendes
2026-01-05 07:42:47 -07:00
committed by GitHub
parent 4f800c8a76
commit b1ad21c7d3
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.4
ARG GOLANG_VERSION=1.25.5
# ----------------------------------------------
# pdfcpu binary build stage

2
go.mod
View File

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