From fe1b0020b8f211575559e6cf7e5ef6cc5a0545ca Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Thu, 30 Apr 2026 15:24:06 +0200 Subject: [PATCH] chore(deps): update golang to 1.26.2 --- build/Dockerfile | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index 135448d..7ba99ff 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.26.0 +ARG GOLANG_VERSION=1.26.2 # ---------------------------------------------- # pdfcpu binary build stage diff --git a/go.mod b/go.mod index aff0acc..9e3055f 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/gotenberg/gotenberg/v8 -go 1.26.0 +go 1.26.2 require ( github.com/alexliesenfeld/health v0.8.1