Skip to content

Commit 7fcb989

Browse files
chmouelsavitaashture
authored andcommitted
Update golang image
Signed-off-by: Chmouel Boudjnah <[email protected]>
1 parent 3ebea9d commit 7fcb989

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.tekton/e2e-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
workspaces:
4242
- name: source
4343
steps:
44-
- image: registry.access.redhat.com/ubi9/go-toolset@sha256:9e60bacd07dc4b5f3f559167e6e9a1acd8235d043f0ffc591a2ecc3805446c74
44+
- image: registry.access.redhat.com/ubi9/go-toolset@sha256:2e3a44c27dbdd5f9a6d859ac9dabdbbf54dc26bc43f9293778a934e210fdcf5d
4545
env:
4646
- name: GOCACHE
4747
value: $(workspaces.source.path)/go-build-cache/cache

.tekton/go.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
workspaces:
3939
- name: source
4040
steps:
41-
- image: registry.access.redhat.com/ubi9/go-toolset@sha256:9e60bacd07dc4b5f3f559167e6e9a1acd8235d043f0ffc591a2ecc3805446c74
41+
- image: registry.access.redhat.com/ubi9/go-toolset@sha256:2e3a44c27dbdd5f9a6d859ac9dabdbbf54dc26bc43f9293778a934e210fdcf5d
4242
env:
4343
- name: GOCACHE
4444
value: $(workspaces.source.path)/go-build-cache/cache
@@ -92,7 +92,7 @@ spec:
9292
- name: unittest
9393
# we get bumped out when usingh the official image with docker.io
9494
# ratelimit so workaround this.
95-
image: registry.access.redhat.com/ubi9/go-toolset@sha256:9e60bacd07dc4b5f3f559167e6e9a1acd8235d043f0ffc591a2ecc3805446c74
95+
image: registry.access.redhat.com/ubi9/go-toolset@sha256:2e3a44c27dbdd5f9a6d859ac9dabdbbf54dc26bc43f9293778a934e210fdcf5d
9696
env:
9797
- name: GOCACHE
9898
value: $(workspaces.source.path)/go-build-cache/cache
@@ -176,7 +176,7 @@ spec:
176176
steps:
177177
- name: codecov-run
178178
# Has everything we need in there and we already fetched it!
179-
image: registry.access.redhat.com/ubi9/go-toolset@sha256:9e60bacd07dc4b5f3f559167e6e9a1acd8235d043f0ffc591a2ecc3805446c74
179+
image: registry.access.redhat.com/ubi9/go-toolset@sha256:2e3a44c27dbdd5f9a6d859ac9dabdbbf54dc26bc43f9293778a934e210fdcf5d
180180
workingDir: $(workspaces.source.path)
181181
env:
182182
- name: CODECOV_TOKEN

.tekton/push.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
workspaces:
4242
- name: source
4343
steps:
44-
- image: registry.access.redhat.com/ubi9/go-toolset@sha256:9e60bacd07dc4b5f3f559167e6e9a1acd8235d043f0ffc591a2ecc3805446c74
44+
- image: registry.access.redhat.com/ubi9/go-toolset@sha256:2e3a44c27dbdd5f9a6d859ac9dabdbbf54dc26bc43f9293778a934e210fdcf5d
4545
name: get-cache
4646
workingDir: $(workspaces.source.path)
4747
env:
@@ -64,7 +64,7 @@ spec:
6464
curl http://uploader:8080/golang-cache.tar.gz|tar -z -x -f- || \
6565
curl -X DELETE -F "file=golang-cache.tar.gz" http://uploader:8080/upload
6666
- name: unittest
67-
image: registry.access.redhat.com/ubi9/go-toolset@sha256:9e60bacd07dc4b5f3f559167e6e9a1acd8235d043f0ffc591a2ecc3805446c74
67+
image: registry.access.redhat.com/ubi9/go-toolset@sha256:2e3a44c27dbdd5f9a6d859ac9dabdbbf54dc26bc43f9293778a934e210fdcf5d
6868
workingDir: $(workspaces.source.path)
6969
env:
7070
- name: GOCACHE
@@ -87,7 +87,7 @@ spec:
8787
steps:
8888
- name: codecov-run
8989
# Has everything we need in there and we already fetched it!
90-
image: registry.access.redhat.com/ubi9/go-toolset@sha256:9e60bacd07dc4b5f3f559167e6e9a1acd8235d043f0ffc591a2ecc3805446c74
90+
image: registry.access.redhat.com/ubi9/go-toolset@sha256:2e3a44c27dbdd5f9a6d859ac9dabdbbf54dc26bc43f9293778a934e210fdcf5d
9191
workingDir: $(workspaces.source.path)
9292
env:
9393
- name: CODECOV_TOKEN

0 commit comments

Comments
 (0)