Skip to content

fix: pin golink to last go 1.26.5-compatible commit - #535

Merged
stackptr merged 2 commits into
mainfrom
fix-golink-go-version
Aug 25, 2026
Merged

stackptr merged 2 commits into
mainfrom
fix-golink-go-version

Conversation

@stackptr

Copy link
Copy Markdown
Owner

Summary

  • golink's main branch bumped go.mod minimum requirement to go 1.26.6
  • nixpkgs currently ships go 1.26.5, so spore builds were failing with go.mod requires go >= 1.26.6 (running go 1.26.5)
  • Pins the golink flake input to commit 52e1fd1, the last commit that only requires go 1.26.5

Verify

After merging, spore should build cleanly:

  • nixos-rebuild switch --flake .#spore --target-host root@spore --build-host localhost

🤖 Generated with Claude Code

golink's main branch bumped go.mod minimum to 1.26.6 which is not yet
in nixpkgs (currently 1.26.5), breaking spore builds. Pin to
52e1fd1 which is the last commit that still only requires 1.26.5.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Entire-Checkpoint: e68be6c72126
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Entire-Checkpoint: 95aedf60bd6d
@stackptr
stackptr enabled auto-merge (squash) August 25, 2026 21:39
@stackptr
stackptr merged commit 49725ce into main Aug 25, 2026
5 checks passed
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