From cf49b710e1ff3ae6745fa84c8de82386ccc8bd14 Mon Sep 17 00:00:00 2001 From: Van Thong Nguyen Date: Mon, 22 Jan 2024 12:08:11 +0100 Subject: [PATCH] Update Go 1.20 in gsk-release.yaml --- .github/workflows/gsk-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gsk-release.yaml b/.github/workflows/gsk-release.yaml index 04929eec3be8..38755ca6e761 100644 --- a/.github/workflows/gsk-release.yaml +++ b/.github/workflows/gsk-release.yaml @@ -12,10 +12,10 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - - name: Set up Go 1.19 + - name: Set up Go 1.20 uses: actions/setup-go@v2 with: - go-version: 1.19 + go-version: 1.20 - name: Change directory to cluster-autoscaler and build binary working-directory: ./cluster-autoscaler