Skip to content

Commit 02caeac

Browse files
committed
update go version for ci
1 parent a1f5f92 commit 02caeac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ jobs:
374374
- uses: actions/checkout@v4
375375
- uses: actions/setup-go@v5
376376
with:
377-
go-version: "1.12"
377+
go-version: "1.16"
378378
cache: true
379379
cache-dependency-path: schema/go.sum
380380
- uses: technote-space/get-diff-action@v6.1.2

schema/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ module cosmossdk.io/schema
44
// with all known production releases of the Cosmos SDK. This is to ensure that all historical
55
// apps could be patched to support indexing if desired.
66

7-
go 1.12
7+
go 1.16
88

99
retract v1.0.0

0 commit comments

Comments
 (0)