From 4149ac14107e1850f1d675a3fde5f4a3086fb37f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Sierant?= Date: Thu, 18 Aug 2022 11:39:09 +0200 Subject: [PATCH] Bumped go version in operator-ubi docker builder --- inventories/operator-inventory.yaml | 2 ++ pipeline.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/inventories/operator-inventory.yaml b/inventories/operator-inventory.yaml index f57d63e94..9fd6ec2bc 100644 --- a/inventories/operator-inventory.yaml +++ b/inventories/operator-inventory.yaml @@ -11,6 +11,8 @@ images: - operator_image - operator_image_dev + platform: linux/amd64 + stages: - name: operator-template-ubi task_type: dockerfile_template diff --git a/pipeline.py b/pipeline.py index fad749f29..1e3ee3b86 100644 --- a/pipeline.py +++ b/pipeline.py @@ -18,7 +18,7 @@ ] ) -GOLANG_TAG = "1.17" +GOLANG_TAG = "1.18.5" DEFAULT_IMAGE_TYPE = "ubuntu" DEFAULT_NAMESPACE = "default"