Skip to content

Commit

Permalink
build: bump Go version to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoM committed Jun 7, 2023
1 parent 05f8530 commit f9cb8bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 != ''"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f9cb8bc

Please sign in to comment.