Skip to content

chore(deps): update dependency go to v1.26.0#195

Open
renovate-bot wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
renovate-bot:renovate/go-1.x
Open

chore(deps): update dependency go to v1.26.0#195
renovate-bot wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
renovate-bot:renovate/go-1.x

Conversation

@renovate-bot
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
go (source) toolchain minor 1.25.71.26.0

Release Notes

golang/go (go)

v1.26.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@forking-renovate
Copy link

forking-renovate bot commented Feb 10, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pre-sync/oci-image-verification/go.sum
Command failed: go get -t ./...
go: downloading k8s.io/api v0.35.0
go: downloading k8s.io/apimachinery v0.35.0
go: admission-webhook imports
	github.com/sigstore/cosign/v2/pkg/signature imports
	github.com/sigstore/cosign/v2/pkg/cosign/kubernetes imports
	k8s.io/client-go/kubernetes imports
	k8s.io/client-go/kubernetes/typed/storagemigration/v1alpha1 imports
	k8s.io/api/storagemigration/v1alpha1: cannot find module providing package k8s.io/api/storagemigration/v1alpha1
go: warning: github.com/klauspost/compress@v1.18.1: retracted by module author: https://github.com/klauspost/compress/issues/1114
go: to switch to the latest unretracted version, run:
	go get github.com/klauspost/compress@latest

@renovate-bot renovate-bot requested review from a team and janetkuo as code owners February 10, 2026 22:30
@gemini-code-assist
Copy link

Summary of Changes

Hello @renovate-bot, 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 performs a routine update of the Go toolchain version used in the pre-sync/oci-image-verification module. This ensures the project benefits from the latest language features, performance improvements, and security patches provided by the new Go release, maintaining compatibility and leveraging recent advancements.

Highlights

  • Go Toolchain Update: Updated the Go toolchain dependency from v1.25.7 to v1.26.0 in the pre-sync/oci-image-verification/go.mod file.
Changelog
  • pre-sync/oci-image-verification/go.mod
    • Updated the toolchain directive to go1.26.0.
Activity
  • This pull request was automatically generated by Renovate Bot.
  • Automerge is currently disabled, requiring manual merging.
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

@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 updates the Go toolchain from version 1.25.7 to 1.26.0. My review identifies a potential risk with this update, as 1.26.0 appears to be a pre-release version based on the provided release notes which link to a release candidate. I've recommended using a stable Go toolchain release for this component to avoid potential instability, especially for a critical component like an admission webhook.

go 1.25.0

toolchain go1.25.7
toolchain go1.26.0

Choose a reason for hiding this comment

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

high

This change updates the Go toolchain to 1.26.0. The release notes in the PR description link to go1.26rc2, which is a release candidate. Using a pre-release toolchain version for a production component like this admission webhook is not recommended due to potential instability and bugs. It is safer to use the latest stable Go release.

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.

1 participant

Comments