From 80365f95a03b8ad22d6b466c5b916d367ad3432d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 11:53:42 +0100 Subject: [PATCH] chore(deps): update dependency go to v1.24.0 (#225) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5f48829..6249da5 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module paperless-gpt go 1.22.7 -toolchain go1.23.6 +toolchain go1.24.0 require ( cloud.google.com/go/documentai v1.35.2