Skip to content

Commit

Permalink
chore(deps): update registry.access.redhat.com/ubi8/go-toolset docker…
Browse files Browse the repository at this point in the history
… tag to v1.22.9-1.1734311333

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Jan 4, 2025
1 parent 85a8f14 commit 932b09e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .tekton/clowder-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ spec:
- use
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
- name: unit-tests
image: registry.access.redhat.com/ubi8/go-toolset:1.22.7-5.1733303300
image: registry.access.redhat.com/ubi8/go-toolset:1.22.9-1.1734311333
workingDir: /var/workdir/source
script: set -xe && git config --global --add safe.directory /var/workdir/source && ls -l && pwd && make -dn test
volumes:
Expand Down Expand Up @@ -299,7 +299,7 @@ spec:
- use
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
- name: make-template
image: registry.access.redhat.com/ubi8/go-toolset:1.22.7-5.1733303300
image: registry.access.redhat.com/ubi8/go-toolset:1.22.9-1.1734311333
workingDir: /opt/app-root/src
env:
- name: LOCALBIN
Expand Down
4 changes: 2 additions & 2 deletions .tekton/clowder-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ spec:
- use
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
- name: unit-tests
image: registry.access.redhat.com/ubi8/go-toolset:1.22.7-5.1733303300
image: registry.access.redhat.com/ubi8/go-toolset:1.22.9-1.1734311333
workingDir: /var/workdir/source
script: set -xe && git config --global --add safe.directory /var/workdir/source && ls -l && pwd && make -dn test
volumes:
Expand Down Expand Up @@ -296,7 +296,7 @@ spec:
- use
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
- name: make-template
image: registry.access.redhat.com/ubi8/go-toolset:1.22.7-5.1733303300
image: registry.access.redhat.com/ubi8/go-toolset:1.22.9-1.1734311333
workingDir: /opt/app-root/src
env:
- name: LOCALBIN
Expand Down

0 comments on commit 932b09e

Please sign in to comment.