Skip to content

Commit

Permalink
Merge pull request #3 from lemois-1337/2023_github_workflow_fixes
Browse files Browse the repository at this point in the history
[Build] Fixed GitHub workflow to auto build win64 release with stable version tag
  • Loading branch information
lemois-1337 committed Dec 18, 2023
2 parents fb8a055 + d3246aa commit bb0b841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.17.5
go-version: 1.20.12

- name: Build on Linux
if: runner.os == 'Linux'
Expand Down

0 comments on commit bb0b841

Please sign in to comment.