From 87d97e00947c9db86d4ffccd8aed2d9145558ded Mon Sep 17 00:00:00 2001 From: "dghubble-renovate[bot]" <119624128+dghubble-renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 19:44:16 +0000 Subject: [PATCH] Bump go from 1.26.4 to v1.26.5 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 9fdf55d..599fd34 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/poseidon/github-runner go 1.25.0 -toolchain go1.26.4 +toolchain go1.26.5 require ( github.com/bradleyfalzon/ghinstallation/v2 v2.19.0