From 5aa59d6ad5af2f6f3d5632813c9e747f7d61b636 Mon Sep 17 00:00:00 2001 From: "dghubble-renovate[bot]" <119624128+dghubble-renovate[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 05:02:35 +0000 Subject: [PATCH] Bump go from 1.26.5 to v1.27.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 599fd34..3951a04 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/poseidon/github-runner go 1.25.0 -toolchain go1.26.5 +toolchain go1.27.0 require ( github.com/bradleyfalzon/ghinstallation/v2 v2.19.0