Skip to content

Commit

Permalink
use go1.22 in consensus warn ci
Browse files Browse the repository at this point in the history
  • Loading branch information
GAtom22 committed Apr 16, 2024
1 parent a09b606 commit 4fe543e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/consensuswarn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
check-latest: true
- uses: orijtech/consensuswarn@main
with:
roots: 'github.com/evmos/evmos/v16/app.Evmos.DeliverTx,github.com/evmos/evmos/v16/app.Evmos.BeginBlocker,github.com/evmos/evmos/v16/app.Evmos.EndBlocker'

0 comments on commit 4fe543e

Please sign in to comment.