From a26a08731b8cc4c719615627df541161a0b1a2f7 Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Fri, 25 Mar 2022 18:46:46 -0700 Subject: [PATCH] Revert change for k8s version in updater (#2542) --- .github/workflows/update-docker-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-docker-images.yml b/.github/workflows/update-docker-images.yml index 0c6b64b32a..232d58a5b1 100644 --- a/.github/workflows/update-docker-images.yml +++ b/.github/workflows/update-docker-images.yml @@ -56,7 +56,7 @@ jobs: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)" echo "::set-output name=sha_long::$(git rev-parse HEAD)" echo "::set-output name=go_version::$(grep "go 1." go.mod | cut -d " " -f 2)" - echo "::set-output name=k8s_version::$(grep -m1 'FROM kindest/node'