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 <samuelkarp@google.com>
This commit is contained in:
Samuel Karp 2022-08-05 10:08:37 -07:00
parent f8add9263a
commit 6ba91de840
No known key found for this signature in database
GPG Key ID: 997C5A3CD3167CB5

View File

@ -66,10 +66,6 @@ jobs:
- linux/riscv64
- windows/amd64
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ env.GO_VERSION }}
- name: Set env
shell: bash
env: