From 3603ce29308dae476b242ed763e0265ef3f39c31 Mon Sep 17 00:00:00 2001 From: "self-hosted-renovatebot[bot]" <121058242+self-hosted-renovatebot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 16:45:17 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.23.1 (#83) Co-authored-by: Self-hosted Renovate Bot <123456+self-hosted-renovate[bot]@users.noreply.github.enterprise.com> --- action-notify-on-change/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action-notify-on-change/go.mod b/action-notify-on-change/go.mod index ee85d90..ccb7eaf 100644 --- a/action-notify-on-change/go.mod +++ b/action-notify-on-change/go.mod @@ -2,7 +2,7 @@ module github.com/cresta/action-notify-on-change/action-notify-on-change go 1.21 -toolchain go1.23.0 +toolchain go1.23.1 require ( github.com/google/go-github/v48 v48.2.0