Skip to content

Commit

Permalink
Use patched setup-go action to resolve Windows issue
Browse files Browse the repository at this point in the history
Signed-off-by: Javier Romero <root@jromero.codes>
  • Loading branch information
jromero committed Jul 29, 2022
1 parent 7ff6918 commit de1ffe2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -72,7 +72,9 @@ jobs:
}
shell: powershell
- name: Set up go
uses: actions/setup-go@v3
# Temporary fix for Windows related issue: https://github.com/actions/setup-go/issues/241
# Can be reverted after the following is merged: https://github.com/actions/setup-go/pull/250
uses: jromero/setup-go@feature/windows-download-filename
with:
go-version: '1.17'
- name: Set up go env for Unix
Expand Down

0 comments on commit de1ffe2

Please sign in to comment.