feat: pin every module's go.mod to go 1.26.0 - #266
Merged
Conversation
Range was 1.25.0 → 1.26.2 across 27 modules; pin all to 1.26.0 so toolchain behavior is consistent and Renovate can target a single version going forward. clusterbook and python were already on 1.26.0. Refs #262 (P1.2) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
patrick-hermann-sva
temporarily deployed
to
linting
May 9, 2026 17:07 — with
GitHub Actions
Inactive
11 tasks
patrick-hermann-sva
pushed a commit
that referenced
this pull request
May 10, 2026
# [0.112.0](v0.111.0...v0.112.0) (2026-05-10) ### Bug Fixes * **git:** cache-bust gh repo clone to avoid stale origin HEAD ([#267](#267)) ([80d9dee](80d9dee)), closes [blueprints#158](https://github.com/blueprints/issues/158) ### Features * align all modules to dagger engine + sdk v0.20.8 ([6402b60](6402b60)), closes [#262](#262) * pin every module's go.mod to go 1.26.0 ([#266](#266)) ([0a01b0c](0a01b0c)), closes [#262](#262)
Contributor
Author
|
🎉 This PR is included in version 0.112.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
5 tasks
patrick-hermann-sva
pushed a commit
to stuttgart-things/blueprints
that referenced
this pull request
May 10, 2026
Picks up: - fix(git): cache-bust gh repo clone (stuttgart-things/dagger#267) — resolves the stale-origin/HEAD push rejection observed in argocd/bootstrap-clusterbook-cluster and vm/executeAnsibleEncryptAndCommit. - engine + sdk alignment to v0.20.8 across every sub-module. - go.mod pinned to go 1.26.0 (per stuttgart-things/dagger#266). Bumped pins in all 13 dagger.json files (40 dependency entries) and re-ran `dagger develop` per sub-module; transitive go.sum bump golang.org/x/sys v0.43.0 -> v0.44.0 only. No SDK API surface change. Closes #158. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
godirective in every module'sgo.modto 1.26.0 (range was 1.25.0 → 1.26.2 across 27 modules).clusterbookandpythonwere already on 1.26.0 — 25 files actually changed.go.sumchurn — pure directive bump,go mod tidywas a no-op for everything.Closes P1.2 in #262.
Test plan
go mod tidysucceeds on all 27 modules withgo 1.26.0.🤖 Generated with Claude Code