Skip to content

feat: pin every module's go.mod to go 1.26.0 - #266

Merged
patrick-hermann-sva merged 1 commit into
mainfrom
feat/align-go-toolchain
May 9, 2026
Merged

feat: pin every module's go.mod to go 1.26.0#266
patrick-hermann-sva merged 1 commit into
mainfrom
feat/align-go-toolchain

Conversation

@patrick-hermann-sva

Copy link
Copy Markdown
Contributor

Summary

  • Sets the go directive in every module's go.mod to 1.26.0 (range was 1.25.0 → 1.26.2 across 27 modules).
  • clusterbook and python were already on 1.26.0 — 25 files actually changed.
  • No go.sum churn — pure directive bump, go mod tidy was a no-op for everything.

Closes P1.2 in #262.

Test plan

  • go mod tidy succeeds on all 27 modules with go 1.26.0.
  • CI build (semantic-release lint job) passes.

🤖 Generated with Claude Code

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
patrick-hermann-sva merged commit 0a01b0c into main May 9, 2026
1 check passed
@patrick-hermann-sva
patrick-hermann-sva deleted the feat/align-go-toolchain branch May 9, 2026 17:08
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)
@patrick-hermann-sva

Copy link
Copy Markdown
Contributor Author

🎉 This PR is included in version 0.112.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant