Skip to content

Commit 659eabe

Browse files
committed
Bump images to go 1.19
1 parent 6d22d26 commit 659eabe

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:2e3a44c27dbdd5f9a6d859ac9dabdbbf54dc26bc43f9293778a934e210fdcf5d
44+
- image: registry.access.redhat.com/ubi9/go-toolset@sha256:a2bdd33c7fc0cda56eb3745e80820c1ee29efeaac720f7c52a59224a39003261
4545
env:
4646
- name: GOCACHE
4747
value: $(workspaces.source.path)/go-build-cache/cache

.tekton/generate-coverage-release.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:2e3a44c27dbdd5f9a6d859ac9dabdbbf54dc26bc43f9293778a934e210fdcf5d
44+
- image: registry.access.redhat.com/ubi9/go-toolset@sha256:a2bdd33c7fc0cda56eb3745e80820c1ee29efeaac720f7c52a59224a39003261
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:2e3a44c27dbdd5f9a6d859ac9dabdbbf54dc26bc43f9293778a934e210fdcf5d
67+
image: registry.access.redhat.com/ubi9/go-toolset@sha256:a2bdd33c7fc0cda56eb3745e80820c1ee29efeaac720f7c52a59224a39003261
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:2e3a44c27dbdd5f9a6d859ac9dabdbbf54dc26bc43f9293778a934e210fdcf5d
90+
image: registry.access.redhat.com/ubi9/go-toolset@sha256:a2bdd33c7fc0cda56eb3745e80820c1ee29efeaac720f7c52a59224a39003261
9191
workingDir: $(workspaces.source.path)
9292
env:
9393
- name: CODECOV_TOKEN

.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:2e3a44c27dbdd5f9a6d859ac9dabdbbf54dc26bc43f9293778a934e210fdcf5d
41+
- image: registry.access.redhat.com/ubi9/go-toolset@sha256:a2bdd33c7fc0cda56eb3745e80820c1ee29efeaac720f7c52a59224a39003261
4242
env:
4343
- name: GOCACHE
4444
value: $(workspaces.source.path)/go-build-cache/cache
@@ -71,7 +71,7 @@ spec:
7171
- name: unittest
7272
# we get bumped out when usingh the official image with docker.io
7373
# ratelimit so workaround this.
74-
image: registry.access.redhat.com/ubi9/go-toolset@sha256:2e3a44c27dbdd5f9a6d859ac9dabdbbf54dc26bc43f9293778a934e210fdcf5d
74+
image: registry.access.redhat.com/ubi9/go-toolset@sha256:a2bdd33c7fc0cda56eb3745e80820c1ee29efeaac720f7c52a59224a39003261
7575
env:
7676
- name: GOCACHE
7777
value: $(workspaces.source.path)/go-build-cache/cache
@@ -87,7 +87,7 @@ spec:
8787
- name: coverage
8888
# we get bumped out when usingh the official image with docker.io
8989
# ratelimit so workaround this.
90-
image: registry.access.redhat.com/ubi9/go-toolset@sha256:2e3a44c27dbdd5f9a6d859ac9dabdbbf54dc26bc43f9293778a934e210fdcf5d
90+
image: registry.access.redhat.com/ubi9/go-toolset@sha256:a2bdd33c7fc0cda56eb3745e80820c1ee29efeaac720f7c52a59224a39003261
9191
env:
9292
- name: GOCACHE
9393
value: $(workspaces.source.path)/go-build-cache/cache

0 commit comments

Comments
 (0)