From 02009cef1789577f105d93a5875b01db414be471 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 13:00:17 +0900 Subject: [PATCH] chore(deps): update module go to 1.19 (#1664) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- hack/signrel/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 927aea02..52948f26 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/actions-runner-controller/actions-runner-controller -go 1.18 +go 1.19 require ( github.com/bradleyfalzon/ghinstallation/v2 v2.1.0 diff --git a/hack/signrel/go.mod b/hack/signrel/go.mod index b48ba733..a36951b0 100644 --- a/hack/signrel/go.mod +++ b/hack/signrel/go.mod @@ -1,3 +1,3 @@ module github.com/actions-runner-controller/actions-runner-controller/hack/sigrel -go 1.17 +go 1.19