Skip to content

Commit

Permalink
ci: specifying 1.19 since some deps cant handle 1.20 yet
Browse files Browse the repository at this point in the history
  • Loading branch information
praetoriansentry committed Mar 14, 2023
1 parent c3e5563 commit 1444efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '>=1.18.0'
go-version: '1.19.7'
- name: perform cross build and compress binaries
shell: bash
run: |
Expand Down

0 comments on commit 1444efc

Please sign in to comment.