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>
(cherry picked from commit 6ba91de)
Signed-off-by: Samuel Karp <samuelkarp@google.com>
  • Loading branch information
samuelkarp committed Aug 6, 2022
1 parent cf48ba6 commit 3909204
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 3909204

Please sign in to comment.