Skip to content

fix: fixing the CI updating ubuntu and go #1433

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Apr 16, 2025

Conversation

rodrigo-o
Copy link
Collaborator

@rodrigo-o rodrigo-o commented Apr 16, 2025

Motivation

Most of CI steps where failing unable to fetch the protobuf-compiler

Description

All go version has been updated to 1.24 and all Ubuntu 22.04 to 24.04 (LTS)

@rodrigo-o rodrigo-o changed the base branch from main to electra-support April 16, 2025 17:06
@rodrigo-o rodrigo-o changed the title fix: update golang version to fix fix: fixing the CI updating ubuntu and go Apr 16, 2025
@rodrigo-o rodrigo-o marked this pull request as ready for review April 16, 2025 17:21
@rodrigo-o rodrigo-o requested a review from a team as a code owner April 16, 2025 17:21
@@ -80,7 +80,7 @@ defmodule Unit.Validator.BlockBuilderTest do

[proof] = BlockBuilder.compute_inclusion_proofs(body)

assert length(proof) == 9
assert length(proof) == 10
Copy link
Collaborator Author

@rodrigo-o rodrigo-o Apr 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was changed in #1432, the change was modifying KZG_COMMITMENT_INCLUSION_PROOF_DEPTH from 9 to 10 as per the updated spec

@rodrigo-o rodrigo-o merged commit b19639b into electra-support Apr 16, 2025
10 of 14 checks passed
@rodrigo-o rodrigo-o deleted the update-golang-version branch April 16, 2025 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants