From 993b880b26896162ab68fdc5a1b05fae96cbb69c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 22:11:59 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.25.3 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c3d4c4f..987db73 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/jspaste/frontend go 1.24.0 -toolchain go1.24.6 +toolchain go1.25.3 require ( github.com/andybalholm/brotli v1.2.0