From 0bc6492f3387d7e491ee421c8c6b3800da88b9bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 19:49:31 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.22.6 --- task-generator/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/task-generator/go.mod b/task-generator/go.mod index 92ff28eb96..f313005674 100644 --- a/task-generator/go.mod +++ b/task-generator/go.mod @@ -2,7 +2,7 @@ module github.com/konflux-ci/build-definitions/task-generator go 1.22.0 -toolchain go1.22.5 +toolchain go1.22.6 require ( github.com/tektoncd/pipeline v0.62.1