diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5f326503..da8f21fe 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -29,7 +29,7 @@ jobs: if: "env.GIT_DIFF != ''" uses: actions/setup-go@v3 with: - go-version: 1.19 + go-version: 1.20 - name: Run lint ✅ if: "env.GIT_DIFF != ''" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3f4204dd..956c4b7f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: - name: Setup Go 🧰 uses: actions/setup-go@v3 with: - go-version: 1.19 + go-version: 1.20 - name: Compute diff 📜 uses: technote-space/get-diff-action@v6.1.0 diff --git a/go.mod b/go.mod index a342ad06..02c19b4f 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/forbole/juno/v5 -go 1.19 +go 1.20 require ( github.com/cosmos/cosmos-sdk v0.45.10