From b18ae67467a2a3af8667706134dfa3710d898989 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 10:18:39 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.23.5 --- task-generator/remote/go.mod | 2 +- task-generator/trusted-artifacts/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/task-generator/remote/go.mod b/task-generator/remote/go.mod index 2f532bcafd..14dd7a7f32 100644 --- a/task-generator/remote/go.mod +++ b/task-generator/remote/go.mod @@ -2,7 +2,7 @@ module github.com/konflux-ci/build-definitions/task-generator/remote go 1.23.0 -toolchain go1.23.4 +toolchain go1.23.5 require ( github.com/tektoncd/pipeline v0.66.0 diff --git a/task-generator/trusted-artifacts/go.mod b/task-generator/trusted-artifacts/go.mod index 26c8bf153f..4f4577564f 100644 --- a/task-generator/trusted-artifacts/go.mod +++ b/task-generator/trusted-artifacts/go.mod @@ -2,7 +2,7 @@ module github.com/konflux-ci/build-definitions/task-generator/trusted-artifacts go 1.23.0 -toolchain go1.23.4 +toolchain go1.23.5 require ( github.com/google/go-cmp v0.6.0