Skip to content

use: go 1.25.8#487

Merged
Benehiko merged 1 commit intomainfrom
use/go1.25.8
Mar 10, 2026
Merged

use: go 1.25.8#487
Benehiko merged 1 commit intomainfrom
use/go1.25.8

Conversation

@Benehiko
Copy link
Member

No description provided.

Signed-off-by: Alano Terblanche <18033717+Benehiko@users.noreply.github.com>
Copy link

@docker-agent docker-agent bot left a comment

Choose a reason for hiding this comment

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

Review Summary

Assessment: 🔴 CRITICAL

This PR introduces a critical bug by specifying Go version 1.25.8, which does not exist. Go 1.25 has not been released—the current versioning sequence is 1.21, 1.22, 1.23, 1.24. This invalid version will cause build failures across all modules in the repository.

Impact: All 7 go.mod files and the go.work file specify this non-existent version, making this a systematic error that will break the build.

Recommendation: Update to a valid Go version (e.g., 1.23.8 if you want Go 1.23 with patch 8, or check the latest available Go version).


🔴 Critical Issues (7)

  • Invalid Go version specified across all modules
  • Build will fail when Go tools attempt to resolve version 1.25.8
  • Affects: client, plugin, store, x, credentialhelper, pass modules + workspace

@Benehiko Benehiko changed the title Use/go1.25.8 use: go 1.25.8 Mar 10, 2026
@Benehiko Benehiko merged commit 77cfa87 into main Mar 10, 2026
38 of 39 checks passed
@Benehiko Benehiko deleted the use/go1.25.8 branch March 10, 2026 13:28
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