all: update to go version 1.22.1 #68
pr.yml
on: pull_request
Code linters
1m 58s
Matrix: unit-tests
Annotations
10 errors and 3 warnings
Code linters:
crypto/signify/signify_test.go#L51
string `.sig` has 9 occurrences, make it a constant (goconst)
|
Code linters:
accounts/abi/packing_test.go#L378
string `0100000000000000000000000000000000000000000000000000000000000000` has 7 occurrences, make it a constant (goconst)
|
Code linters:
accounts/abi/packing_test.go#L539
string `0000000000000000000000000000000000000000000000000000000000000080` has 7 occurrences, make it a constant (goconst)
|
Code linters:
accounts/abi/packing_test.go#L848
string `ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff` has 8 occurrences, make it a constant (goconst)
|
Code linters:
accounts/abi/packing_test.go#L804
string `0300000000000000000000000000000000000000000000000000000000000000` has 6 occurrences, make it a constant (goconst)
|
Code linters:
accounts/abi/packing_test.go#L479
string `0000000000000000000000000000000000000000000000000000000000000003` has 13 occurrences, make it a constant (goconst)
|
Code linters:
consensus/ethash/algorithm.go#L155
SA1019: reflect.SliceHeader has been deprecated since Go 1.21 and an alternative has been available since Go 1.17: Use unsafe.Slice or unsafe.SliceData instead. (staticcheck)
|
Code linters:
consensus/ethash/algorithm.go#L156
SA1019: reflect.SliceHeader has been deprecated since Go 1.21 and an alternative has been available since Go 1.17: Use unsafe.Slice or unsafe.SliceData instead. (staticcheck)
|
Code linters:
consensus/ethash/algorithm.go#L289
SA1019: reflect.SliceHeader has been deprecated since Go 1.21 and an alternative has been available since Go 1.17: Use unsafe.Slice or unsafe.SliceData instead. (staticcheck)
|
Code linters
Process completed with exit code 2.
|
Code linters
Restore cache failed: Dependencies file is not found in /home/runner/work/quorum/quorum. Supported file pattern: go.sum
|
Unit tests in ubuntu-20.04
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Unit tests in ubuntu-20.04
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|