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 authored and MonikaCat committed Jan 19, 2024
1 parent eace972 commit 07db3d4
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/get-diff-action@v6.1.0
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 (
github.com/cosmos/cosmos-sdk v0.45.10
Expand Down

0 comments on commit 07db3d4

Please sign in to comment.