From b4e72667fd8f63439dba2eb0e2aafcbc64fbe68c Mon Sep 17 00:00:00 2001 From: "dghubble-renovate[bot]" <119624128+dghubble-renovate[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 20:44:55 +0000 Subject: [PATCH] Bump go from 1.25.6 to v1.26.2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 2e61dca..037a1a9 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/poseidon/github-runner go 1.25.0 -toolchain go1.25.6 +toolchain go1.26.2 require ( github.com/bradleyfalzon/ghinstallation/v2 v2.18.0