From 286efbe548dc7486ad03e0d7c6b63c117beb3e19 Mon Sep 17 00:00:00 2001 From: Tom Quist Date: Thu, 6 Nov 2025 11:39:21 +0100 Subject: [PATCH] chore(deps): bump Go from 1.25.0 to 1.25.4 --- build/Dockerfile | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index b739af4b..faf7c710 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.0 +ARG GOLANG_VERSION=1.25.4 # ---------------------------------------------- # pdfcpu binary build stage diff --git a/go.mod b/go.mod index 09bfcae8..4714fe02 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/gotenberg/gotenberg/v8 -go 1.25.0 +go 1.25.4 require ( github.com/alexliesenfeld/health v0.8.1