Skip to content

Commit

Permalink
Merge pull request #208 from twitchdev/workflow-fix
Browse files Browse the repository at this point in the history
Fix build workflow
  • Loading branch information
Xemdo committed Jan 17, 2023
2 parents d0ea060 + 6c4b9aa commit d800dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v2
-
name: Build with xgo
uses: crazy-max/ghaction-xgo@v1
uses: crazy-max/ghaction-xgo@v2
with:
dest: build
targets: windows/amd64,linux/amd64,darwin/amd64
Expand Down

0 comments on commit d800dd6

Please sign in to comment.