chore(go): update Go version to 1.25.5 (#1440)

* Update Go to 1.25.5

* Update go version in go.mod
This commit is contained in:
John W. Mendes
2026-01-05 07:42:47 -07:00
committed by GitHub
parent 4f800c8a76
commit b1ad21c7d3
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/gotenberg/gotenberg/v8
go 1.25.4
go 1.25.5
require (
github.com/alexliesenfeld/health v0.8.1