Skip to content

Commit

Permalink
chore: bump client/v2 to go.mod 1.21 (#17454)
Browse files Browse the repository at this point in the history
Co-authored-by: Marko <marko@baricevic.me>
  • Loading branch information
julienrbrt and tac0turtle committed Aug 19, 2023
1 parent 37b8760 commit 8976d83
Show file tree
Hide file tree
Showing 3 changed files with 43 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 @@ -260,7 +260,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "1.20"
go-version: "1.21"
check-latest: true
cache: true
cache-dependency-path: client/v2/go.sum
Expand Down
2 changes: 1 addition & 1 deletion client/v2/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module cosmossdk.io/client/v2

go 1.20
go 1.21

require (
cosmossdk.io/api v0.7.0
Expand Down
Loading

0 comments on commit 8976d83

Please sign in to comment.