From 390920429580f4d36361ea7f395d062c31e3b49a Mon Sep 17 00:00:00 2001 From: Samuel Karp Date: Fri, 5 Aug 2022 10:08:37 -0700 Subject: [PATCH] release workflow: remove Go setup action Release builds are performed from within a Dockerfile-defined environment and do not require Go to be installed in the GitHub Actions runner environment. Signed-off-by: Samuel Karp (cherry picked from commit 6ba91de8407f8fca8ed46f4bb0c38cec661f930b) Signed-off-by: Samuel Karp --- .github/workflows/release.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 032359fbaf06..f205536c582b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,10 +69,6 @@ jobs: - ubuntu: 18.04 platform: windows/amd64 steps: - - name: Install Go - uses: actions/setup-go@v2 - with: - go-version: '1.17.13' - name: Set env shell: bash env: