Skip to content

Commit

Permalink
Merge pull request #1111 from RedHatInsights/konflux/mintmaker/regist…
Browse files Browse the repository at this point in the history
…ry.access.redhat.com-ubi8-go-toolset-1.x

chore(deps): update registry.access.redhat.com/ubi8/go-toolset docker tag to v1.22.9-1.1734311333
  • Loading branch information
psav authored Jan 6, 2025
2 parents f35dd46 + 932b09e commit 38d9f26
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 38d9f26

Please sign in to comment.