-
Notifications
You must be signed in to change notification settings - Fork 153
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 #3450 from jorgemmsilva/fix/l1-nft-misc
improvement: update EVM, ERC721NFTs UX improvements
- Loading branch information
Showing
81 changed files
with
802 additions
and
654 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 |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
- name: Set up Go 1.x | ||
uses: actions/setup-go@v5 | ||
with: | ||
go-version: "1.21" | ||
go-version: "1.22" | ||
id: go | ||
|
||
- name: Check out code into the Go module directory | ||
|
@@ -44,7 +44,7 @@ jobs: | |
- name: install golang | ||
uses: actions/setup-go@v5 | ||
with: | ||
go-version: "1.21" | ||
go-version: "1.22" | ||
|
||
- name: install rust-toolchain | ||
uses: actions-rs/[email protected] | ||
|
@@ -88,7 +88,7 @@ jobs: | |
steps: | ||
- uses: actions/setup-go@v5 | ||
with: | ||
go-version: "1.21" | ||
go-version: "1.22" | ||
id: go | ||
|
||
- name: Check out code into the Go module directory | ||
|
@@ -97,14 +97,14 @@ jobs: | |
- name: Run global scope golangci-lint | ||
uses: golangci/golangci-lint-action@v6 | ||
with: | ||
version: v1.54.2 | ||
version: v1.56.1 | ||
args: --timeout 15m0s | ||
skip-pkg-cache: true | ||
skip-cache: true | ||
|
||
- name: Run golangci-lint on wasp-cli | ||
uses: golangci/golangci-lint-action@v6 | ||
with: | ||
working-directory: tools/wasp-cli | ||
version: v1.54.2 | ||
version: v1.56.1 | ||
args: --timeout 15m0s | ||
skip-pkg-cache: true | ||
skip-cache: true |
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.