From c989542245d6cf2fd08ed688776651af8d64828c Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <141540558+renovate-for-tknetworks[bot]@users.noreply.github.enterprise.com> Date: Tue, 2 Jul 2024 22:11:28 +0000 Subject: [PATCH] fix(deps): update dependency go to v1.22.5 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ea7b9a2..255866f 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/nabeken/go-github-apps go 1.21 -toolchain go1.22.4 +toolchain go1.22.5 require ( github.com/bradleyfalzon/ghinstallation/v2 v2.11.0