-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
25 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
- name: Setup Go 🧰 | ||
uses: actions/setup-go@v4 | ||
with: | ||
go-version: '1.19' | ||
go-version: '1.20' | ||
|
||
- name: Compute diff 📜 | ||
uses: technote-space/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
- name: Setup Go 🧰 | ||
uses: actions/setup-go@v4 | ||
with: | ||
go-version: '1.19' | ||
go-version: '1.20' | ||
|
||
- name: Compute diff 📜 | ||
uses: technote-space/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
- name: Setup Go 🧰 | ||
uses: actions/setup-go@v4 | ||
with: | ||
go-version: '1.19' | ||
go-version: '1.20' | ||
|
||
- name: Unshallow | ||
run: git fetch --prune --unshallow --tags --force | ||
|
@@ -49,7 +49,7 @@ jobs: | |
# - name: Setup Go 🧰 | ||
# uses: actions/setup-go@v4 | ||
# with: | ||
# go-version: '1.19' | ||
# go-version: '1.20' | ||
# | ||
# - name: Build the binary 🏭 | ||
# run: | | ||
|
@@ -82,7 +82,7 @@ jobs: | |
# - name: Setup Go 🧰 | ||
# uses: actions/setup-go@v4 | ||
# with: | ||
# go-version: '1.19' | ||
# go-version: '1.20' | ||
# | ||
# - name: Compute diff 📜 | ||
# uses: technote-space/[email protected] | ||
|
@@ -131,7 +131,7 @@ jobs: | |
# - name: Setup Go 🧰 | ||
# uses: actions/setup-go@v4 | ||
# with: | ||
# go-version: '1.19' | ||
# go-version: '1.20' | ||
# | ||
# - name: Build the binary 🏭 | ||
# run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ jobs: | |
- name: Setup Go 🧰 | ||
uses: actions/setup-go@v4 | ||
with: | ||
go-version: '1.19' | ||
go-version: '1.20' | ||
|
||
- name: Build 🔨 | ||
run: make build | ||
|
@@ -43,7 +43,7 @@ jobs: | |
- name: Setup Go 🧰 | ||
uses: actions/setup-go@v4 | ||
with: | ||
go-version: '1.19' | ||
go-version: '1.20' | ||
|
||
- name: Install runsim 🏃 | ||
run: export GO111MODULE="on" && go install github.com/cosmos/tools/cmd/[email protected] | ||
|
@@ -64,7 +64,7 @@ jobs: | |
- name: Setup Go 🧰 | ||
uses: actions/setup-go@v4 | ||
with: | ||
go-version: '1.19' | ||
go-version: '1.20' | ||
|
||
- name: Compute diff 📜 | ||
uses: technote-space/[email protected] | ||
|
@@ -95,7 +95,7 @@ jobs: | |
- name: Setup Go 🧰 | ||
uses: actions/setup-go@v4 | ||
with: | ||
go-version: '1.19' | ||
go-version: '1.20' | ||
|
||
- name: Compute diff 📜 | ||
uses: technote-space/[email protected] | ||
|
@@ -126,7 +126,7 @@ jobs: | |
- name: Setup Go 🧰 | ||
uses: actions/setup-go@v4 | ||
with: | ||
go-version: '1.19' | ||
go-version: '1.20' | ||
|
||
- name: Compute diff 📜 | ||
uses: technote-space/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
- name: Setup Go 🧰 | ||
uses: actions/setup-go@v4 | ||
with: | ||
go-version: '1.19' | ||
go-version: '1.20' | ||
|
||
- name: Display go version 🛂 | ||
run: go version | ||
|
@@ -49,7 +49,7 @@ jobs: | |
- name: Setup Go 🧰 | ||
uses: actions/setup-go@v4 | ||
with: | ||
go-version: '1.19' | ||
go-version: '1.20' | ||
|
||
- name: Compute diff 📜 | ||
uses: technote-space/[email protected] | ||
|
@@ -113,7 +113,7 @@ jobs: | |
- name: Setup Go 🧰 | ||
uses: actions/setup-go@v4 | ||
with: | ||
go-version: '1.19' | ||
go-version: '1.20' | ||
|
||
- name: Compute diff 📜 | ||
uses: technote-space/[email protected] | ||
|
@@ -220,7 +220,7 @@ jobs: | |
- name: Setup Go 🧰 | ||
uses: actions/setup-go@v4 | ||
with: | ||
go-version: '1.19' | ||
go-version: '1.20' | ||
|
||
- name: Compute diff 📜 | ||
uses: technote-space/[email protected] | ||
|
@@ -308,7 +308,7 @@ jobs: | |
- name: Setup Go 🧰 | ||
uses: actions/setup-go@v4 | ||
with: | ||
go-version: '1.19' | ||
go-version: '1.20' | ||
|
||
- name: Compute diff 📜 | ||
uses: technote-space/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM golang:1.19.9-alpine | ||
FROM golang:1.20-alpine | ||
ARG arch=x86_64 | ||
|
||
# Set up dependencies | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module github.com/desmos-labs/desmos/v6 | ||
|
||
go 1.19 | ||
go 1.20 | ||
|
||
require ( | ||
cosmossdk.io/api v0.3.1 | ||
|