From 11871e8e2fc170d58eb5a3bcee119e3fb4543065 Mon Sep 17 00:00:00 2001 From: minikube-bot Date: Mon, 2 Oct 2023 09:03:01 +0000 Subject: [PATCH] Update go from 1.21.1 to 1.21.1 --- .github/workflows/minikube-image-benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/minikube-image-benchmark.yml b/.github/workflows/minikube-image-benchmark.yml index 0296589baf0a..fd733552d698 100644 --- a/.github/workflows/minikube-image-benchmark.yml +++ b/.github/workflows/minikube-image-benchmark.yml @@ -6,7 +6,7 @@ on: - cron: "0 2,14 * * *" env: GOPROXY: https://proxy.golang.org - GO_VERSION: '1.20.6' + GO_VERSION: '1.21.1' permissions: contents: read