From 5609fe8b2b98dbc9e9a8c7b47ed0fb053bf03a3f Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 15:24:27 -0700 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi8/go-toolset docker tag to v1.21.13 (#223) Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- .tekton/entitlements-api-go-pull-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tekton/entitlements-api-go-pull-request.yaml b/.tekton/entitlements-api-go-pull-request.yaml index 6edd35e..a1bf7a1 100644 --- a/.tekton/entitlements-api-go-pull-request.yaml +++ b/.tekton/entitlements-api-go-pull-request.yaml @@ -217,7 +217,7 @@ spec: # set the working directory to value from previous step workingDir: /var/workdir/source # Use image that suites your use case - image: registry.access.redhat.com/ubi8/go-toolset:1.20.10 + image: registry.access.redhat.com/ubi8/go-toolset:1.21.13 securityContext: # If the task step needs write access to the volume, set the runAsUser to 0 (root). runAsUser: 0