Skip to content

Commit 6ba91de

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 <[email protected]>
1 parent f8add92 commit 6ba91de

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@ jobs:
6666
- linux/riscv64
6767
- windows/amd64
6868
steps:
69-
- name: Install Go
70-
uses: actions/setup-go@v2
71-
with:
72-
go-version: ${{ env.GO_VERSION }}
7369
- name: Set env
7470
shell: bash
7571
env:

0 commit comments

Comments
 (0)