Skip to content

Commit d800dd6

Browse files
authored
Merge pull request #208 from twitchdev/workflow-fix
Fix build workflow
2 parents d0ea060 + 6c4b9aa commit d800dd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v2
1616
-
1717
name: Build with xgo
18-
uses: crazy-max/ghaction-xgo@v1
18+
uses: crazy-max/ghaction-xgo@v2
1919
with:
2020
dest: build
2121
targets: windows/amd64,linux/amd64,darwin/amd64

0 commit comments

Comments
 (0)