diff --git a/.tekton/chrome-service-pull-request.yaml b/.tekton/chrome-service-pull-request.yaml index 1d47a5e4..d7078738 100644 --- a/.tekton/chrome-service-pull-request.yaml +++ b/.tekton/chrome-service-pull-request.yaml @@ -289,7 +289,7 @@ spec: - $(params.SOURCE_ARTIFACT)=/var/workdir/source - name: validate-schemas-files workingDir: /var/workdir/source - image: registry.access.redhat.com/ubi8/go-toolset:1.21.11-8.1724662611 + image: registry.access.redhat.com/ubi8/go-toolset:1.22.7-5.1732646420 securityContext: # ROOT access is critical to enable FS operations, which is required for the tests runAsUser: 0 @@ -378,7 +378,7 @@ spec: args: - use - $(params.SOURCE_ARTIFACT)=/var/workdir - - image: registry.access.redhat.com/ubi8/go-toolset:1.21.11-8.1724662611 + - image: registry.access.redhat.com/ubi8/go-toolset:1.22.7-5.1732646420 workingDir: /var/workdir name: unit-tests securityContext: diff --git a/.tekton/chrome-service-push.yaml b/.tekton/chrome-service-push.yaml index d428185c..552a3376 100644 --- a/.tekton/chrome-service-push.yaml +++ b/.tekton/chrome-service-push.yaml @@ -492,7 +492,7 @@ spec: - $(params.SOURCE_ARTIFACT)=/var/workdir/source - name: validate-schemas-files workingDir: /var/workdir/source - image: registry.access.redhat.com/ubi8/go-toolset:1.21.11-8.1724662611 + image: registry.access.redhat.com/ubi8/go-toolset:1.22.7-5.1732646420 securityContext: # ROOT access is critical to enable FS operations, which is required for the tests runAsUser: 0 @@ -581,7 +581,7 @@ spec: args: - use - $(params.SOURCE_ARTIFACT)=/var/workdir - - image: registry.access.redhat.com/ubi8/go-toolset:1.21.11-8.1724662611 + - image: registry.access.redhat.com/ubi8/go-toolset:1.22.7-5.1732646420 workingDir: /var/workdir name: unit-tests securityContext: