chore(go): upgrade to 1.24

This commit is contained in:
Julien Neuhart
2025-02-13 08:44:58 +01:00
parent 083e0e307a
commit 8d7cc55c28
2 changed files with 2 additions and 2 deletions

2
.env
View File

@@ -1,4 +1,4 @@
GOLANG_VERSION=1.23 GOLANG_VERSION=1.24
DOCKER_REGISTRY=gotenberg DOCKER_REGISTRY=gotenberg
DOCKER_REPOSITORY=gotenberg DOCKER_REPOSITORY=gotenberg
GOTENBERG_VERSION=snapshot GOTENBERG_VERSION=snapshot

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/gotenberg/gotenberg/v8 module github.com/gotenberg/gotenberg/v8
go 1.23.0 go 1.24.0
require ( require (
github.com/alexliesenfeld/health v0.8.0 github.com/alexliesenfeld/health v0.8.0