Skip to content

Commit

Permalink
Fix windows asset building by increasing go version
Browse files Browse the repository at this point in the history
  • Loading branch information
someone235 committed Dec 7, 2023
1 parent 88bdcb4 commit 88c4dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.19
go-version: 1.21

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

0 comments on commit 88c4dea

Please sign in to comment.