From cf839399e73db3fa0d73702982391f15c2636d3a Mon Sep 17 00:00:00 2001 From: "felix-renovate[bot]" <143542247+felix-renovate[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 03:39:24 +0000 Subject: [PATCH] chore(deps): update go toolchain directive to v1.25.13 [security] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c7c7d32e8..6f655870f 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/planetscale/ghcommit go 1.24.0 -toolchain go1.25.10 +toolchain go1.25.13 require ( github.com/jessevdk/go-flags v1.6.1