From 8d7cc55c286a85a9b7c2539c366d29b92c204f4b Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Thu, 13 Feb 2025 08:44:58 +0100 Subject: [PATCH] chore(go): upgrade to 1.24 --- .env | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index d8293a62..1a590e55 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -GOLANG_VERSION=1.23 +GOLANG_VERSION=1.24 DOCKER_REGISTRY=gotenberg DOCKER_REPOSITORY=gotenberg GOTENBERG_VERSION=snapshot diff --git a/go.mod b/go.mod index 49226f28..d19fb35d 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/gotenberg/gotenberg/v8 -go 1.23.0 +go 1.24.0 require ( github.com/alexliesenfeld/health v0.8.0