Skip to content

Commit

Permalink
ci: setup go with check latest
Browse files Browse the repository at this point in the history
  • Loading branch information
dadamu committed Sep 28, 2023
1 parent 15d5dfe commit be5d8b2
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.21'
check-latest: true

- name: Compute diff 📜
uses: technote-space/[email protected]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.21'
check-latest: true

- name: Compute diff 📜
uses: technote-space/[email protected]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/mutest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.21'
check-latest: true

- name: Run mutation tests 🧪
continue-on-error: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/on-chain-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.21'
check-latest: true

- name: Install Desmos 🔧
run: make clean install
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.21'
check-latest: true

- name: Unshallow
run: git fetch --prune --unshallow --tags --force
Expand Down Expand Up @@ -50,6 +51,7 @@ jobs:
# uses: actions/setup-go@v4
# with:
# go-version: '1.21'
check-latest: true
#
# - name: Build the binary 🏭
# run: |
Expand Down Expand Up @@ -83,6 +85,7 @@ jobs:
# uses: actions/setup-go@v4
# with:
# go-version: '1.21'
check-latest: true
#
# - name: Compute diff 📜
# uses: technote-space/[email protected]
Expand Down Expand Up @@ -132,6 +135,7 @@ jobs:
# uses: actions/setup-go@v4
# with:
# go-version: '1.21'
check-latest: true
#
# - name: Build the binary 🏭
# run: |
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/sims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.21'
check-latest: true

- name: Build 🔨
run: make build
Expand All @@ -44,6 +45,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.21'
check-latest: true

- name: Install runsim 🏃
run: export GO111MODULE="on" && go install github.com/cosmos/tools/cmd/[email protected]
Expand All @@ -65,6 +67,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.21'
check-latest: true

- name: Compute diff 📜
uses: technote-space/[email protected]
Expand Down Expand Up @@ -96,6 +99,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.21'
check-latest: true

- name: Compute diff 📜
uses: technote-space/[email protected]
Expand Down Expand Up @@ -127,6 +131,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.21'
check-latest: true

- name: Compute diff 📜
uses: technote-space/[email protected]
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.21'
check-latest: true

- name: Display go version 🛂
run: go version
Expand Down Expand Up @@ -50,6 +51,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.21'
check-latest: true

- name: Compute diff 📜
uses: technote-space/[email protected]
Expand Down Expand Up @@ -114,6 +116,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.21'
check-latest: true

- name: Compute diff 📜
uses: technote-space/[email protected]
Expand Down Expand Up @@ -221,6 +224,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.21'
check-latest: true

- name: Compute diff 📜
uses: technote-space/[email protected]
Expand Down Expand Up @@ -309,6 +313,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.21'
check-latest: true

- name: Compute diff 📜
uses: technote-space/[email protected]
Expand Down

0 comments on commit be5d8b2

Please sign in to comment.