diff --git a/.tekton/check-generated-files-up-to-date-task.yaml b/.tekton/check-generated-files-up-to-date-task.yaml index 65a7a2ed..2e62983d 100644 --- a/.tekton/check-generated-files-up-to-date-task.yaml +++ b/.tekton/check-generated-files-up-to-date-task.yaml @@ -28,7 +28,7 @@ spec: - use - $(params.SOURCE_ARTIFACT)=/var/workdir/source - name: check-generated-files-up-to-date - image: registry.redhat.io/ubi9/go-toolset:latest@sha256:e1ff4f548dfca084c2318d11dccd7d30a75c81a3a4fd8abcebc42ea42dd683e8 + image: registry.redhat.io/ubi9/go-toolset:latest@sha256:91d07f2b7f402fe2379fd62eb2fff975c814a595e2ff2988fd7c580568f5f90c imagePullPolicy: IfNotPresent workingDir: /var/workdir/source securityContext: diff --git a/.tekton/checks.yaml b/.tekton/checks.yaml index c1939cb6..fbfb9ade 100644 --- a/.tekton/checks.yaml +++ b/.tekton/checks.yaml @@ -104,7 +104,7 @@ spec: - use - $(tasks.clone-repository.results.SOURCE_ARTIFACT)=/var/workdir/source - name: run-go-tests - image: registry.redhat.io/ubi9/go-toolset:latest@sha256:e1ff4f548dfca084c2318d11dccd7d30a75c81a3a4fd8abcebc42ea42dd683e8 + image: registry.redhat.io/ubi9/go-toolset:latest@sha256:91d07f2b7f402fe2379fd62eb2fff975c814a595e2ff2988fd7c580568f5f90c imagePullPolicy: IfNotPresent workingDir: /var/workdir/source script: time make go-test