diff --git a/.tekton/scaffolding-unit-test.yaml b/.tekton/scaffolding-unit-test.yaml index 20a0080a5..0e8357cf5 100644 --- a/.tekton/scaffolding-unit-test.yaml +++ b/.tekton/scaffolding-unit-test.yaml @@ -9,7 +9,7 @@ spec: - name: source steps: - name: run-tests - image: registry.access.redhat.com/ubi9/go-toolset@sha256:15e7344d24e3d191c6595fe043323bde27c25e1220f8cc77cd6c5cd5d1ff10c2 + image: registry.access.redhat.com/ubi9/go-toolset@sha256:ef0542ce40e882c3831a24b7d40258f6a3dbae335e879dabd86523112cefed13 workingDir: $(workspaces.source.path)/source script: | #!/usr/bin/env sh