From f4ecb245cf3e32899a98bb740a9f59f4b69545e2 Mon Sep 17 00:00:00 2001 From: Christoph Mewes Date: Fri, 18 Aug 2023 12:11:02 +0200 Subject: [PATCH] update to Go 1.21 --- .prow.yaml | 2 +- hack/create-docker-images.sh | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.prow.yaml b/.prow.yaml index 0c34d5c..8d7ecbe 100644 --- a/.prow.yaml +++ b/.prow.yaml @@ -19,7 +19,7 @@ presubmits: clone_uri: ssh://git@github.com/kubermatic/telemetry-client.git spec: containers: - - image: quay.io/kubermatic/build:go-1.19-node-18-8 + - image: quay.io/kubermatic/build:go-1.21-node-18-1 command: - make args: diff --git a/hack/create-docker-images.sh b/hack/create-docker-images.sh index 2a51da2..b981781 100755 --- a/hack/create-docker-images.sh +++ b/hack/create-docker-images.sh @@ -31,8 +31,6 @@ if [ -z "$TAGS" ]; then exit 1 fi -apt install time -y - echo "Logging into Quay" start-docker.sh docker login -u "$QUAY_IO_USERNAME" -p "$QUAY_IO_PASSWORD" quay.io