Skip to content

chore: bump Golang to 1.25.10#2155

Merged
google-oss-prow[bot] merged 1 commit intoGoogleContainerTools:mainfrom
Camila-B:bump-golang
May 8, 2026
Merged

chore: bump Golang to 1.25.10#2155
google-oss-prow[bot] merged 1 commit intoGoogleContainerTools:mainfrom
Camila-B:bump-golang

Conversation

@Camila-B
Copy link
Copy Markdown
Contributor

@Camila-B Camila-B commented May 8, 2026

Fixes CVEs

Copy link
Copy Markdown
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 updates the Go version from 1.25.9 to 1.25.10 in the Makefile and go.mod. Feedback was provided regarding the need to synchronize the go.sum file and vendor directory, and to run formatting tools to maintain consistency with the project's style guide.

Comment thread go.mod
module github.com/GoogleContainerTools/config-sync

go 1.25.9
go 1.25.10
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

high

When updating the Go version in go.mod, it is important to also update the go.sum file and the vendor/ directory (specifically vendor/modules.txt) to maintain consistency, as per the Repository Style Guide (lines 102, 104). Additionally, it is recommended to run make fmt-go as a new Go version may introduce minor formatting changes. Please run make deps and make fmt-go, and include the resulting changes in this pull request to ensure CI passes.

References
  1. Dependencies are managed with Go Modules (go.mod and go.sum) and vendored in the vendor directory. These should be kept in sync. (link)

Copy link
Copy Markdown
Contributor

@tiffanny29631 tiffanny29631 left a comment

Choose a reason for hiding this comment

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

/lgtm

@google-oss-prow
Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: tiffanny29631

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@google-oss-prow google-oss-prow Bot merged commit b9acdf0 into GoogleContainerTools:main May 8, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants