Skip to content

build(deps): Bump the all-go group across 6 directories with 7 updates #2578

build(deps): Bump the all-go group across 6 directories with 7 updates

build(deps): Bump the all-go group across 6 directories with 7 updates #2578

Triggered via pull request May 18, 2026 10:35
Status Failure
Total duration 27m 42s
Artifacts 6

ci.yml

on: pull_request
Detect code changes
5s
Detect code changes
Determine Image Tag
4s
Determine Image Tag
test  /  Run Unit Tests
4m 13s
test / Run Unit Tests
test  /  Run Integration Tests
2m 8s
test / Run Integration Tests
test  /  Build All ev-node Binaries
1m 47s
test / Build All ev-node Binaries
Matrix: docker / build-images
test  /  Combine and Upload Coverage
12s
test / Combine and Upload Coverage
test  /  Run E2E System Tests
12m 49s
test / Run E2E System Tests
test  /  Run EVM Execution Tests
33s
test / Run EVM Execution Tests
docker-tests  /  Docker E2E Tests
6m 24s
docker-tests / Docker E2E Tests
docker-tests  /  Docker Upgrade E2E Tests
3m 19s
docker-tests / Docker Upgrade E2E Tests
docker-tests  /  Docker Compatibility E2E Tests
3m 52s
docker-tests / Docker Compatibility E2E Tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 7 warnings, and 1 notice
lint / hadolint: tools/local-da/Dockerfile#L13
DL3003 warning: Use WORKDIR to switch to a directory
lint / hadolint: apps/testapp/Dockerfile#L24
DL3003 warning: Use WORKDIR to switch to a directory
lint / hadolint: apps/testapp/Dockerfile#L4
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
test / Go Mod Tidy Check
Process completed with exit code 1.
lint / golangci-lint
issues found
lint / golangci-lint: pkg/rpc/server/server.go#L428
SA1019: h2c.NewHandler is deprecated: Set the [http.Server] Protocols field to use unencrypted HTTP/2 instead. (staticcheck)
lint / golangci-lint: pkg/rpc/server/server.go#L17
SA1019: "golang.org/x/net/http2/h2c" is deprecated: This package is deprecated. (staticcheck)
lint / golangci-lint: pkg/rpc/client/client_test.go#L55
SA1019: h2c.NewHandler is deprecated: Set the [http.Server] Protocols field to use unencrypted HTTP/2 instead. (staticcheck)
lint / golangci-lint: pkg/rpc/client/client_test.go#L17
SA1019: "golang.org/x/net/http2/h2c" is deprecated: This package is deprecated. (staticcheck)
test / Run EVM Execution Tests
Process completed with exit code 1.
lint / yamllint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: technote-space/get-diff-action@v6.1.2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
lint / goreleaser-check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: technote-space/get-diff-action@v6.1.2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
lint / markdown-lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: technote-space/get-diff-action@v6.1.2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
lint / golangci-lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: technote-space/get-diff-action@v6.1.2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
docker / Build ev-node-grpc
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: docker/login-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
docker / Build ev-node-evm
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: docker/login-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
docker / Build ev-node-testapp
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: docker/login-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Determine Image Tag
Using PR-based tag: pr-3327

Artifacts

Produced during runtime
Name Size Digest
evstack~ev-node~1IH68C.dockerbuild
105 KB
sha256:1a261f7d3cfa2a862c6b0032b59b998dd0ed617b042db9df49b56d600e20eb55
evstack~ev-node~P2MCIJ.dockerbuild
47.7 KB
sha256:84d8bc1dec98e0c8190f6cf22c2d196ccb3d50b4822a880d205b94ecac896937
evstack~ev-node~S2QVTD.dockerbuild
98.7 KB
sha256:58644bb52aacd6384e6ee21524a2793f89e0f0cf0aef20741bf97a26194220af
evstack~ev-node~Y3JSAW.dockerbuild
107 KB
sha256:a2130b0561cd0d5250ae81b4198b1c5a8b9cdb483570802f0a1da6b7b8a9a98a
integration-test-coverage-report-336e0e5904d3d1efa07f8ed22f466c90933f5b51
2.34 KB
sha256:46fbfc6ff891753e48c23b5d0f88fdd8b31cd524bff7545c3650ee188f1acbdb
unit-test-coverage-report-336e0e5904d3d1efa07f8ed22f466c90933f5b51
83.5 KB
sha256:4af780b2f75b5a4a2ce219736aaea300982823300d787c56465f9d5038ca5fb9