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 8020712
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
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
1 change: 0 additions & 1 deletion .github/workflows/compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ on:
- 'CODEOWNERS'
- 'LICENSE'
branches:
- main
- 'release/**'

jobs:
Expand Down

0 comments on commit 8020712

Please sign in to comment.