Skip to content

update ginkgo dockerfile #1832

update ginkgo dockerfile

update ginkgo dockerfile #1832

Triggered via push November 22, 2024 08:56
Status Failure
Total duration 1m 36s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
lint: projection/validator/view/validators.go#L709
G115: integer overflow conversion int64 -> uint64 (gosec)
lint: usecase/parser/v0_42_7/ibcmsg/ibcmsg.go#L391
G115: integer overflow conversion int64 -> uint64 (gosec)
lint: infrastructure/tendermint/parser.go#L136
G115: integer overflow conversion uint64 -> int64 (gosec)
lint: usecase/parser/gov/v1/msg.go#L135
G115: integer overflow conversion int64 -> uint64 (gosec)
lint: infrastructure/cosmosapp/httpclient.go#L10
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
lint: infrastructure/tendermint/httpclient.go#L9
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
lint: usecase/parser/utils/mapstructure/hook.go#L77
SA1019: reflect.PtrTo has been deprecated since Go 1.22 and an alternative has been available since Go 1.18: Superseded by [PointerTo]. (staticcheck)
lint: usecase/parser/utils/mapstructure/hook.go#L107
SA1019: reflect.PtrTo has been deprecated since Go 1.22 and an alternative has been available since Go 1.18: Superseded by [PointerTo]. (staticcheck)
lint: test/factory/block.go#L93
SA1019: rand.Read has been deprecated since Go 1.20 because it shouldn't be used: For almost all use cases, [crypto/rand.Read] is more appropriate. If a deterministic source is required, use [math/rand/v2.ChaCha8.Read]. (staticcheck)
lint: projection/account/account_test.go#L240
require-error: for error assertions use require (testifylint)
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v2, actions/checkout@v2, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/