From f5f9861dd0fc389752890dd732303e89554c145c Mon Sep 17 00:00:00 2001 From: "dghubble-renovate[bot]" <119624128+dghubble-renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 01:05:01 +0000 Subject: [PATCH] Bump go from 1.25.6 to v1.26.1 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d7f3946..dff132f 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/poseidon/github-runner go 1.24.0 -toolchain go1.25.6 +toolchain go1.26.1 require ( github.com/bradleyfalzon/ghinstallation/v2 v2.17.0