From f90d32d33c4632767ecaa3fab6bc4f9a696ca9d3 Mon Sep 17 00:00:00 2001 From: Jian Zhu <36154065+zhujian7@users.noreply.github.com> Date: Thu, 27 Oct 2022 15:23:30 +0800 Subject: [PATCH] Bump go version to 1.19 (#531) Signed-off-by: zhujian Signed-off-by: zhujian --- Dockerfile | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index eeb748cb8..5d1a13427 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.ci.openshift.org/stolostron/builder:go1.18-linux AS builder +FROM registry.ci.openshift.org/stolostron/builder:go1.19-linux AS builder WORKDIR /go/src/github.com/stolostron/multicloud-operators-foundation COPY . . ENV GO_PACKAGE github.com/stolostron/multicloud-operators-foundation diff --git a/go.mod b/go.mod index 7c704c77f..dd4d7303b 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/stolostron/multicloud-operators-foundation -go 1.18 +go 1.19 // Determined by go.mod in github.com/openshift/hive replace (