Skip to content

Commit

Permalink
release workflow: remove Go setup action
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
samuelkarp committed Aug 5, 2022
1 parent f8add92 commit 6ba91de
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 6ba91de

Please sign in to comment.