Skip to content

Bump Go and go mods#93

Open
nikola-jokic wants to merge 3 commits intomainfrom
nikola-jokic/bump-go-and-gomods
Open

Bump Go and go mods#93
nikola-jokic wants to merge 3 commits intomainfrom
nikola-jokic/bump-go-and-gomods

Conversation

@nikola-jokic
Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings April 24, 2026 08:41
@nikola-jokic nikola-jokic requested a review from a team as a code owner April 24, 2026 08:41
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the module’s declared Go toolchain version and refreshes Go module dependencies to match the new baseline.

Changes:

  • Bump go directive from 1.25.3 to 1.26.2.
  • Update several direct/indirect dependencies (notably golang.org/x/*, go.opentelemetry.io/*, Docker-related modules).
  • Regenerate go.sum to reflect the updated module graph.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
go.mod Bumps Go version and updates required module versions.
go.sum Updates module checksums for the dependency version changes.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread go.mod
module github.com/actions/scaleset

go 1.25.3
go 1.26.2
Copy link

Copilot AI Apr 24, 2026

Choose a reason for hiding this comment

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

Bumping the go directive to 1.26.2 leaves other repo-configured Go version pins out of sync (e.g., the devcontainer image is mcr.microsoft.com/devcontainers/go:1.25-bookworm, and README still states Go 1.25+). Please update those references so local dev + documented requirements match the new minimum Go version.

Copilot uses AI. Check for mistakes.
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