We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1f5f92 commit 02caeacCopy full SHA for 02caeac
2 files changed
.github/workflows/test.yml
@@ -374,7 +374,7 @@ jobs:
374
- uses: actions/checkout@v4
375
- uses: actions/setup-go@v5
376
with:
377
- go-version: "1.12"
+ go-version: "1.16"
378
cache: true
379
cache-dependency-path: schema/go.sum
380
- uses: technote-space/get-diff-action@v6.1.2
schema/go.mod
@@ -4,6 +4,6 @@ module cosmossdk.io/schema
4
// with all known production releases of the Cosmos SDK. This is to ensure that all historical
5
// apps could be patched to support indexing if desired.
6
7
-go 1.12
+go 1.16
8
9
retract v1.0.0
0 commit comments