From d940b95afab8bb88300d8a508a45af71d5f85238 Mon Sep 17 00:00:00 2001 From: Platform Engineering Bot Date: Fri, 15 Dec 2023 04:15:44 +0000 Subject: [PATCH] Update registry.access.redhat.com/ubi9/go-toolset Docker tag to v1.20.10-6 Signed-off-by: Platform Engineering Bot --- stacks/go/1.3.0/devfile.yaml | 2 +- stacks/go/2.3.0/devfile.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stacks/go/1.3.0/devfile.yaml b/stacks/go/1.3.0/devfile.yaml index b74b6269..3dc66bba 100644 --- a/stacks/go/1.3.0/devfile.yaml +++ b/stacks/go/1.3.0/devfile.yaml @@ -26,7 +26,7 @@ components: - exposure: none name: debug targetPort: 5858 - image: registry.access.redhat.com/ubi9/go-toolset:1.20.10-2.1699551725 + image: registry.access.redhat.com/ubi9/go-toolset:1.20.10-6 args: ["tail", "-f", "/dev/null"] env: - name: DEBUG_PORT diff --git a/stacks/go/2.3.0/devfile.yaml b/stacks/go/2.3.0/devfile.yaml index e583e305..907df260 100644 --- a/stacks/go/2.3.0/devfile.yaml +++ b/stacks/go/2.3.0/devfile.yaml @@ -39,7 +39,7 @@ components: - exposure: none name: debug targetPort: 5858 - image: registry.access.redhat.com/ubi9/go-toolset:1.20.10-2.1699551725 + image: registry.access.redhat.com/ubi9/go-toolset:1.20.10-6 args: ['tail', '-f', '/dev/null'] env: - name: DEBUG_PORT