From 728c9cfed89de6512966fadab627978ca1468afc Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 08:49:36 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.21.11-7.1724233645 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- .tekton/o11y-pull-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tekton/o11y-pull-request.yaml b/.tekton/o11y-pull-request.yaml index afd271a9..a94550b5 100644 --- a/.tekton/o11y-pull-request.yaml +++ b/.tekton/o11y-pull-request.yaml @@ -355,7 +355,7 @@ spec: - use - $(params.SOURCE_ARTIFACT)=/var/workdir/source - name: go-unit-tests - image: registry.access.redhat.com/ubi9/go-toolset:1.21.11-7 + image: registry.access.redhat.com/ubi9/go-toolset:1.21.11-7.1724233645 workingDir: /var/workdir/source script: | go get -v -t -d ./...