Skip to content

Commit

Permalink
bump go version
Browse files Browse the repository at this point in the history
  • Loading branch information
vuong177 committed Sep 9, 2024
1 parent 4139929 commit ccdc681
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.19
go-version: ^1.21
id: go
- name: Install Rust components
run: |
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/onomyprotocol/onomy

go 1.19
go 1.21

require (
github.com/cosmos/cosmos-sdk v0.45.16-ics
Expand Down

0 comments on commit ccdc681

Please sign in to comment.