-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump golang version to 1.21.10, go-algorand-sdk to 2.5.0, indexer, to… (
#172) * Bump golang version to 1.21.10, go-algorand-sdk to 2.5.0, indexer, to latest from hash from mainline branch. * Update fileReadWriteTest for new incentive-related fields in block headers. * Fix TestRoundTrip off by 1 bug & update block 9 --------- Co-authored-by: Jason Paulos <[email protected]>
- Loading branch information
1 parent
5ae5acb
commit 7738e4e
Showing
18 changed files
with
72 additions
and
54 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 |
---|---|---|
|
@@ -12,17 +12,17 @@ jobs: | |
- name: Install specific golang | ||
uses: actions/[email protected] | ||
with: | ||
go-version: '1.20.14' | ||
go-version: '1.21.10' | ||
- name: Check format | ||
run: test -z `go fmt ./...` | ||
- name: Vet | ||
run: go vet ./... | ||
- name: reviewdog-golangci-lint | ||
uses: reviewdog/action-golangci-lint@v2.3.1 | ||
uses: reviewdog/action-golangci-lint@v2.6.1 | ||
with: | ||
golangci_lint_version: "v1.53.2" | ||
golangci_lint_version: "v1.58.0" | ||
golangci_lint_flags: "-c .golangci.yml --allow-parallel-runners" | ||
go_version: "1.20.14" | ||
go_version: "1.21.10" | ||
reporter: "github-pr-review" | ||
tool_name: "Lint Errors" | ||
level: "error" | ||
|
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
Binary file modified
BIN
-28 Bytes
(89%)
conduit/plugins/importers/filereader/test_resources/filereader_blocks/0_block.msgp.gz
Binary file not shown.
Binary file modified
BIN
+190 Bytes
(100%)
conduit/plugins/importers/filereader/test_resources/filereader_blocks/1_block.msgp.gz
Binary file not shown.
Binary file modified
BIN
+158 Bytes
(100%)
conduit/plugins/importers/filereader/test_resources/filereader_blocks/2_block.msgp.gz
Binary file not shown.
Binary file modified
BIN
+155 Bytes
(100%)
conduit/plugins/importers/filereader/test_resources/filereader_blocks/3_block.msgp.gz
Binary file not shown.
Binary file modified
BIN
+135 Bytes
(100%)
conduit/plugins/importers/filereader/test_resources/filereader_blocks/4_block.msgp.gz
Binary file not shown.
Binary file modified
BIN
+102 Bytes
(100%)
conduit/plugins/importers/filereader/test_resources/filereader_blocks/5_block.msgp.gz
Binary file not shown.
Binary file modified
BIN
+118 Bytes
(100%)
conduit/plugins/importers/filereader/test_resources/filereader_blocks/6_block.msgp.gz
Binary file not shown.
Binary file modified
BIN
+104 Bytes
(100%)
conduit/plugins/importers/filereader/test_resources/filereader_blocks/7_block.msgp.gz
Binary file not shown.
Binary file modified
BIN
+101 Bytes
(100%)
conduit/plugins/importers/filereader/test_resources/filereader_blocks/8_block.msgp.gz
Binary file not shown.
Binary file modified
BIN
+140 Bytes
(100%)
conduit/plugins/importers/filereader/test_resources/filereader_blocks/9_block.msgp.gz
Binary file not shown.
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