From 54bace8ac1772e1e2b28a1632cdc4ab144b06e7b Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 20:17:53 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v9 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 2ef13099..30abd3c8 100644 --- a/.tekton/o11y-pull-request.yaml +++ b/.tekton/o11y-pull-request.yaml @@ -372,7 +372,7 @@ spec: - use - $(params.SOURCE_ARTIFACT)=/var/workdir/source - name: go-unit-tests - image: registry.access.redhat.com/ubi9/go-toolset:1.22.7-1733160835 + image: registry.access.redhat.com/ubi9/go-toolset:9.5-1733160835 workingDir: /var/workdir/source script: | go get -v -t -d ./...