Skip to content

Commit

Permalink
test go version downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden committed Nov 19, 2024
1 parent 6ef492c commit e017396
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-relayer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- "relayer/**"
branches:
- main
- fix-relayer-build
workflow_dispatch:

env:
Expand All @@ -29,7 +30,7 @@ jobs:
- name: Setup go
uses: actions/checkout@v4
with:
go-version: "^1.21.0"
go-version: "~1.22.0" # 1.23.0 has a known abigen build issue: https://github.com/sei-protocol/sei-chain/issues/1902

- name: Install Go tools
run: >
Expand Down

0 comments on commit e017396

Please sign in to comment.