Skip to content

Commit

Permalink
Merge pull request #49 from maticnetwork/jhilliard/peg-go-version
Browse files Browse the repository at this point in the history
ci: specifying 1.19 since some deps cant handle 1.20 yet
  • Loading branch information
praetoriansentry authored Mar 15, 2023
2 parents c3e5563 + 1444efc commit 82df044
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 82df044

Please sign in to comment.