Skip to content

Commit

Permalink
added step to use go version 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
bizk committed Sep 20, 2023
1 parent 26c1f2f commit c35dd69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rosetta-cli-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
run-simapp:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: '^1.21.1'
- name: Get cosmos-sdk repo
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit c35dd69

Please sign in to comment.