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:
parent
f8add9263a
commit
6ba91de840
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -66,10 +66,6 @@ jobs:
|
|||||||
- linux/riscv64
|
- linux/riscv64
|
||||||
- windows/amd64
|
- windows/amd64
|
||||||
steps:
|
steps:
|
||||||
- name: Install Go
|
|
||||||
uses: actions/setup-go@v2
|
|
||||||
with:
|
|
||||||
go-version: ${{ env.GO_VERSION }}
|
|
||||||
- name: Set env
|
- name: Set env
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user