Skip to content

Commit

Permalink
Fix go.mod go version
Browse files Browse the repository at this point in the history
  • Loading branch information
bsrinivas8687 committed Aug 24, 2023
1 parent f66a71a commit a9626fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21'
- name: Generate coverage report
run: |
make test-coverage
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/sentinel-official/hub

go 1.21.0
go 1.21

require (
cosmossdk.io/errors v1.0.0
Expand Down

0 comments on commit a9626fe

Please sign in to comment.