Skip to content

Commit 8976d83

Browse files
chore: bump client/v2 to go.mod 1.21 (#17454)
Co-authored-by: Marko <marko@baricevic.me>
1 parent 37b8760 commit 8976d83

File tree

3 files changed

+43
-2
lines changed

3 files changed

+43
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ jobs:
260260
- uses: actions/checkout@v3
261261
- uses: actions/setup-go@v4
262262
with:
263-
go-version: "1.20"
263+
go-version: "1.21"
264264
check-latest: true
265265
cache: true
266266
cache-dependency-path: client/v2/go.sum

client/v2/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module cosmossdk.io/client/v2
22

3-
go 1.20
3+
go 1.21
44

55
require (
66
cosmossdk.io/api v0.7.0

0 commit comments

Comments
 (0)