Skip to content

fix(app-crypt/sshakku): require >=dev-lang/go-1.26.0 - #70

Merged
OrbintSoft merged 1 commit into
masterfrom
fix/sshakku-go-1.26
Jul 28, 2026
Merged

fix(app-crypt/sshakku): require >=dev-lang/go-1.26.0#70
OrbintSoft merged 1 commit into
masterfrom
fix/sshakku-go-1.26

Conversation

@OrbintSoft

Copy link
Copy Markdown
Owner

What

Bump the Go toolchain floor for app-crypt/sshakku from >=dev-lang/go-1.25.0
to >=dev-lang/go-1.26.0.

Why

Upstream go.mod now declares:

go 1.26
toolchain go1.26.5

With a go directive of 1.26, a 1.25 toolchain refuses to build the module, so
the old BDEPEND bound could pull in a Go that cannot compile the package.
dev-lang/go-1.26.11.26.5 are available in the Gentoo tree.

Verification

  • make lint-ebuild — no findings for app-crypt/sshakku (remaining output is
    pre-existing, on other packages).
  • make test not run: the ebuild is QA-TEST: source, so the container run
    would rebuild dev-lang/go from source — too heavy for a one-line dependency
    bound change.

🤖 Generated with Claude Code

Upstream go.mod now declares `go 1.26` (toolchain go1.26.5), so the
previous >=dev-lang/go-1.25.0 bound is no longer sufficient.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@OrbintSoft
OrbintSoft merged commit 9f02862 into master Jul 28, 2026
3 checks passed
@OrbintSoft
OrbintSoft deleted the fix/sshakku-go-1.26 branch August 13, 2026 20:02
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