From b1ad21c7d3a0137c3938480834533671a4c868aa Mon Sep 17 00:00:00 2001 From: "John W. Mendes" <89044598+jmendes-alto@users.noreply.github.com> Date: Mon, 5 Jan 2026 07:42:47 -0700 Subject: [PATCH] chore(go): update Go version to 1.25.5 (#1440) * Update Go to 1.25.5 * Update go version in go.mod --- build/Dockerfile | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index faf7c710..822721ee 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -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 diff --git a/go.mod b/go.mod index 1cb64aa7..7f271aa3 100644 --- a/go.mod +++ b/go.mod @@ -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