generated from okp4/template-oss
-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #468 from okp4/chore/bump-go-lang-1.21
chore(deps): bump go to v1.21
- Loading branch information
Showing
12 changed files
with
53 additions
and
21 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 |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
- name: Setup Go environment | ||
uses: actions/[email protected] | ||
with: | ||
go-version: '1.20' | ||
go-version: '1.21' | ||
|
||
- name: Build go project | ||
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 |
---|---|---|
|
@@ -99,14 +99,14 @@ jobs: | |
uses: actions/[email protected] | ||
if: steps.changed-go-files.outputs.any_changed == 'true' | ||
with: | ||
go-version: "1.20" | ||
go-version: "1.21" | ||
cache: false | ||
|
||
- name: Lint go code (golangci-lint) | ||
uses: golangci/golangci-lint-action@v3 | ||
if: steps.changed-go-files.outputs.any_changed == 'true' | ||
with: | ||
version: v1.53 | ||
version: v1.54 | ||
|
||
- name: Lint go code (gofumpt) | ||
if: steps.changed-go-files.outputs.any_changed == 'true' | ||
|
@@ -143,7 +143,7 @@ jobs: | |
- name: Setup Go environment | ||
uses: actions/[email protected] | ||
with: | ||
go-version: "1.20" | ||
go-version: "1.21" | ||
cache: false | ||
|
||
- name: Initialize CodeQL | ||
|
@@ -198,7 +198,7 @@ jobs: | |
- name: Setup Go environment | ||
uses: actions/[email protected] | ||
with: | ||
go-version: "1.20" | ||
go-version: "1.21" | ||
|
||
- name: Generate command documentation | ||
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 |
---|---|---|
|
@@ -24,11 +24,11 @@ jobs: | |
- name: Setup Go environment | ||
uses: actions/[email protected] | ||
with: | ||
go-version: "1.20" | ||
go-version: "1.21" | ||
|
||
- name: Setup Test infra | ||
id: starship-action | ||
uses: cosmology-tech/[email protected].12 | ||
uses: cosmology-tech/[email protected].18 | ||
with: | ||
values: starship/configs/ci.yaml | ||
port-forward: true | ||
|
@@ -37,7 +37,6 @@ jobs: | |
- name: Run Tests | ||
run: | | ||
cd starship/ | ||
go mod tidy | ||
make test | ||
|
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 |
---|---|---|
|
@@ -43,7 +43,7 @@ jobs: | |
- name: Setup Go environment | ||
uses: actions/[email protected] | ||
with: | ||
go-version: "1.20" | ||
go-version: "1.21" | ||
|
||
- name: Test go project | ||
run: | | ||
|
@@ -73,7 +73,7 @@ jobs: | |
- name: Setup Go environment | ||
uses: actions/[email protected] | ||
with: | ||
go-version: "1.20" | ||
go-version: "1.21" | ||
|
||
- name: Install OKP4 blockchain | ||
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
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/okp4/okp4d | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
require ( | ||
cosmossdk.io/api v0.3.1 | ||
|
Oops, something went wrong.