From 1ebda2b769c998e430cb85822ebc9e17c7d4e630 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 05:31:57 +0000 Subject: [PATCH] chore(deps): update all dependencies Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- .tekton/check-generated-files-up-to-date-task.yaml | 2 +- .tekton/checks.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.tekton/check-generated-files-up-to-date-task.yaml b/.tekton/check-generated-files-up-to-date-task.yaml index 65a7a2ed..2e62983d 100644 --- a/.tekton/check-generated-files-up-to-date-task.yaml +++ b/.tekton/check-generated-files-up-to-date-task.yaml @@ -28,7 +28,7 @@ spec: - use - $(params.SOURCE_ARTIFACT)=/var/workdir/source - name: check-generated-files-up-to-date - image: registry.redhat.io/ubi9/go-toolset:latest@sha256:e1ff4f548dfca084c2318d11dccd7d30a75c81a3a4fd8abcebc42ea42dd683e8 + image: registry.redhat.io/ubi9/go-toolset:latest@sha256:91d07f2b7f402fe2379fd62eb2fff975c814a595e2ff2988fd7c580568f5f90c imagePullPolicy: IfNotPresent workingDir: /var/workdir/source securityContext: diff --git a/.tekton/checks.yaml b/.tekton/checks.yaml index c1939cb6..fbfb9ade 100644 --- a/.tekton/checks.yaml +++ b/.tekton/checks.yaml @@ -104,7 +104,7 @@ spec: - use - $(tasks.clone-repository.results.SOURCE_ARTIFACT)=/var/workdir/source - name: run-go-tests - image: registry.redhat.io/ubi9/go-toolset:latest@sha256:e1ff4f548dfca084c2318d11dccd7d30a75c81a3a4fd8abcebc42ea42dd683e8 + image: registry.redhat.io/ubi9/go-toolset:latest@sha256:91d07f2b7f402fe2379fd62eb2fff975c814a595e2ff2988fd7c580568f5f90c imagePullPolicy: IfNotPresent workingDir: /var/workdir/source script: time make go-test