Skip to content

Commit 3909204

Browse files
committed
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> (cherry picked from commit 6ba91de) Signed-off-by: Samuel Karp <samuelkarp@google.com>
1 parent cf48ba6 commit 3909204

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,6 @@ jobs:
6969
- ubuntu: 18.04
7070
platform: windows/amd64
7171
steps:
72-
- name: Install Go
73-
uses: actions/setup-go@v2
74-
with:
75-
go-version: '1.17.13'
7672
- name: Set env
7773
shell: bash
7874
env:

0 commit comments

Comments
 (0)