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