Skip to content

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

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

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

Triggered via pull request May 19, 2026 06:06
Status Failure
Total duration 36m 18s
Artifacts 6

ci.yml

on: pull_request
Detect code changes
4s
Detect code changes
Determine Image Tag
3s
Determine Image Tag
test  /  Run Unit Tests
3m 20s
test / Run Unit Tests
test  /  Run Integration Tests
2m 6s
test / Run Integration Tests
test  /  Build All ev-node Binaries
3m 7s
test / Build All ev-node Binaries
Matrix: docker / build-images
test  /  Combine and Upload Coverage
13s
test / Combine and Upload Coverage
test  /  Run E2E System Tests
12m 7s
test / Run E2E System Tests
test  /  Run EVM Execution Tests
26s
test / Run EVM Execution Tests
docker-tests  /  Docker E2E Tests
6m 16s
docker-tests / Docker E2E Tests
docker-tests  /  Docker Upgrade E2E Tests
3m 10s
docker-tests / Docker Upgrade E2E Tests
docker-tests  /  Docker Compatibility E2E Tests
4m 2s
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 / 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 / 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 / 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-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/
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/
Determine Image Tag
Using PR-based tag: pr-3328

Artifacts

Produced during runtime
Name Size Digest
evstack~ev-node~9MPBU2.dockerbuild
102 KB
sha256:b9cc906b83c224b3169709b97434072366dac235209b4aadbb4879cdbaabb775
evstack~ev-node~HZ2JK0.dockerbuild
107 KB
sha256:aa470c07a82b1d502d2755531a97af369ac3f6c37306e4fd3d53f1e9ec2d5f1e
evstack~ev-node~L7BSSV.dockerbuild
49.9 KB
sha256:8acab855fa792b580be6dcbb152add00350b4d3518865b726993ce85c8c57cc4
evstack~ev-node~MWFW3X.dockerbuild
108 KB
sha256:a8ea7b0e717a50bbaaf94b0137f3fd7c2c7fa63e3201b7499294282ec5ecd70b
integration-test-coverage-report-cfd55a523a18fd76a2fa7f0206116c113bd47c9e
2.34 KB
sha256:adcdb5b73d11a4eeac59e38b8aa0f1759a41b4d005180e27981773d5ad5edd63
unit-test-coverage-report-cfd55a523a18fd76a2fa7f0206116c113bd47c9e
83.5 KB
sha256:d71a9bc6e3784992c6d500e7db18a710d20f5a2346b89b8c680cb11195fb0534