-
Notifications
You must be signed in to change notification settings - Fork 350
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Problem: nixpkgs and python dependencies are out of date
Solution: - update nixpkgs to nixpkgs-unstable - rustc to 1.75 - update python dependencies in integration tests update go in workflows fix hdwallets trigger build, don't merge release workflow update govuln update go.mod fix go.mod add toolchain bump golangci-lint fix go lint fix nix lint Update app/app.go Signed-off-by: yihuang <[email protected]> skip test_sign_offline for now fix skip fix ledger test fix py lint align version fix lint
- Loading branch information
Showing
66 changed files
with
899 additions
and
893 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
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 |
---|---|---|
|
@@ -81,7 +81,7 @@ jobs: | |
- name: Set up Go | ||
uses: actions/setup-go@v3 | ||
with: | ||
go-version: 1.20.3 | ||
go-version: 1.22 | ||
- name: Checkout Comment PR Branch | ||
uses: actions/checkout@v3 | ||
if: github.event_name == 'issue_comment' | ||
|
@@ -137,11 +137,8 @@ jobs: | |
runs-on: ${{ matrix.os }} | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: cachix/install-nix-action@v22 | ||
- uses: cachix/install-nix-action@v23 | ||
with: | ||
# pin to nix-2.13 to workaround compability issue of 2.14, | ||
# see: https://github.com/cachix/install-nix-action/issues/161 | ||
install_url: https://releases.nixos.org/nix/nix-2.13.3/install | ||
nix_path: nixpkgs=channel:nixos-22.11 | ||
extra_nix_config: | | ||
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} | ||
|
@@ -175,7 +172,7 @@ jobs: | |
steps: | ||
- uses: actions/setup-go@v3 | ||
with: | ||
go-version: 1.20.3 | ||
go-version: 1.22 | ||
- name: install runsim | ||
run: | | ||
export GO111MODULE="on" && go install github.com/cosmos/tools/cmd/[email protected] | ||
|
@@ -200,7 +197,7 @@ jobs: | |
steps: | ||
- uses: actions/setup-go@v3 | ||
with: | ||
go-version: 1.20.3 | ||
go-version: 1.22 | ||
- name: Checkout Comment PR Branch | ||
uses: actions/checkout@v3 | ||
if: github.event_name == 'issue_comment' | ||
|
@@ -247,7 +244,7 @@ jobs: | |
steps: | ||
- uses: actions/setup-go@v3 | ||
with: | ||
go-version: 1.20.3 | ||
go-version: 1.22 | ||
- name: Checkout Comment PR Branch | ||
uses: actions/checkout@v3 | ||
if: github.event_name == 'issue_comment' | ||
|
@@ -294,7 +291,7 @@ jobs: | |
steps: | ||
- uses: actions/setup-go@v3 | ||
with: | ||
go-version: 1.20.3 | ||
go-version: 1.22 | ||
- name: Checkout Comment PR Branch | ||
uses: actions/checkout@v3 | ||
if: github.event_name == 'issue_comment' | ||
|
@@ -410,12 +407,9 @@ jobs: | |
files: | | ||
go.mod | ||
go.sum | ||
- uses: cachix/install-nix-action@v22 | ||
- uses: cachix/install-nix-action@v23 | ||
if: steps.changed-files.outputs.any_changed == 'true' | ||
with: | ||
# pin to nix-2.13 to workaround compability issue of 2.14, | ||
# see: https://github.com/cachix/install-nix-action/issues/161 | ||
install_url: https://releases.nixos.org/nix/nix-2.13.3/install | ||
extra_nix_config: | | ||
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} | ||
- name: update gomod2nix | ||
|
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
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
Oops, something went wrong.