From f9cb8bc784177e514afaedb28aa993b015376edf Mon Sep 17 00:00:00 2001 From: Riccardo Montagnin Date: Wed, 7 Jun 2023 14:52:19 -0500 Subject: [PATCH] build: bump Go version to 1.20 --- .github/workflows/lint.yml | 2 +- .github/workflows/test.yml | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 025fa1fd..d6629609 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/forbole/juno/v5 -go 1.19 +go 1.20 require ( cosmossdk.io/simapp v0.0.0-20230224204036-a6adb0821462