From 92877d3ab4322333ad611d87e10aae3c9aa9ffe2 Mon Sep 17 00:00:00 2001 From: "dghubble-renovate[bot]" <119624128+dghubble-renovate[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 16:45:09 +0000 Subject: [PATCH] Bump go from 1.26.2 to v1.26.3 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 037a1a9..2abe15c 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/poseidon/github-runner go 1.25.0 -toolchain go1.26.2 +toolchain go1.26.3 require ( github.com/bradleyfalzon/ghinstallation/v2 v2.18.0