Skip to content

Commit

Permalink
bump go version in validate_pyinstaller GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
hnnasit committed Dec 14, 2023
1 parent 8bbf1cd commit 8623b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate_pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.20"
go-version: "1.21"
- name: Build PyInstaller
run: |
chmod +x ./installer/pyinstaller/build-linux.sh
Expand Down

0 comments on commit 8623b7e

Please sign in to comment.