⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Conversation

@pthmas
Copy link
Contributor

@pthmas pthmas commented Feb 3, 2026

Overview

Bump webtransport-go, go-libp2p, and quic-go to mutually compatible versions to fix a dependency mismatch that broke image build.

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @pthmas, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request resolves a critical CI build failure stemming from incompatible versions of key Go dependencies. By carefully updating webtransport-go, go-libp2p, and quic-go to a set of versions known to work together, the PR ensures that the project can compile and build successfully, thereby restoring the integrity of the continuous integration pipeline.

Highlights

  • Dependency Version Bump: Updated webtransport-go, go-libp2p, and quic-go to mutually compatible versions to resolve a dependency mismatch.
  • CI Build Fix: Addressed a compilation failure in the CI image build caused by the incompatible dependency versions.
  • Dockerfile Modification: Introduced an explicit go get command in the Dockerfile.cosmos-sdk to ensure the correct versions of webtransport-go and go-libp2p are fetched before the build.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Changelog
  • Dockerfile.cosmos-sdk
    • Added a RUN go get command to explicitly fetch github.com/quic-go/[email protected] and github.com/libp2p/[email protected] and then run go mod tidy to ensure dependency compatibility during image build.
  • go.mod
    • Updated github.com/libp2p/go-libp2p from v0.46.0 to v0.47.0.
    • Added github.com/dunglas/httpsfv v1.1.0 as an indirect dependency.
    • Updated github.com/quic-go/quic-go from v0.57.1 to v0.59.0.
    • Updated github.com/quic-go/webtransport-go from v0.9.0 to v0.10.0.
  • go.sum
    • Updated checksums for github.com/libp2p/go-libp2p, github.com/quic-go/quic-go, and github.com/quic-go/webtransport-go.
    • Added new entries for github.com/dunglas/httpsfv v1.1.0.
    • Updated checksums for github.com/marcopolo/simnet from v0.0.1 to v0.0.4.
Activity
  • The pull request was opened by pthmas with the title 'fix: ci'.
  • The author provided an overview stating the PR bumps webtransport-go, go-libp2p, and quic-go to mutually compatible versions to fix a dependency mismatch that broke image build.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request successfully addresses a CI build failure by updating webtransport-go, go-libp2p, and quic-go to mutually compatible versions. The changes in go.mod and go.sum reflect these necessary dependency bumps. The added comment in the Dockerfile clearly explains the rationale behind these version updates.

@pthmas pthmas marked this pull request as ready for review February 3, 2026 17:06
@pthmas pthmas requested a review from a team as a code owner February 3, 2026 17:06
Copy link
Member

@julienrbrt julienrbrt left a comment

Choose a reason for hiding this comment

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

ACK

@pthmas pthmas merged commit 065e8c8 into main Feb 3, 2026
18 checks passed
@pthmas pthmas deleted the pierrick/fix-ci2 branch February 3, 2026 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants