chore(deps): pin go module directive to 1.26.6 - #43
Merged
Conversation
renovate
Bot
force-pushed
the
renovate/pin-dependencies
branch
10 times, most recently
from
August 14, 2026 20:21
9a59743 to
7bf2a0b
Compare
yschimke
pushed a commit
that referenced
this pull request
Aug 14, 2026
setup-go pinned 1.24.13 and sets GOTOOLCHAIN=local, so a go.mod directive above that fails the vet step outright rather than fetching a toolchain (#43: "go.mod requires go >= 1.26.6 (running go 1.24.13)"). The module already declares its floor, and the Dockerfile builds on golang:1.26 — the workflow was the only place holding an independent number. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GJPgEqTgwRY7dd8diBX7Sj
yschimke
added a commit
that referenced
this pull request
Aug 14, 2026
* Read the Go version from go.mod, so the pin can't outrun the toolchain setup-go pinned 1.24.13 and sets GOTOOLCHAIN=local, so a go.mod directive above that fails the vet step outright rather than fetching a toolchain (#43: "go.mod requires go >= 1.26.6 (running go 1.24.13)"). The module already declares its floor, and the Dockerfile builds on golang:1.26 — the workflow was the only place holding an independent number. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GJPgEqTgwRY7dd8diBX7Sj * Move to Testcontainers 2.0.5 2.0 prefixes every module with testcontainers- and relocates the container classes out of org.testcontainers.containers, so bumping the shared version ref alone leaves junit-jupiter and mockserver pointing at coordinates that don't exist at 2.x — which is what #52 hit. Rename both in the catalogue and follow MockServerContainer to org.testcontainers.mockserver. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GJPgEqTgwRY7dd8diBX7Sj --------- Co-authored-by: Claude <noreply@anthropic.com>
renovate
Bot
force-pushed
the
renovate/pin-dependencies
branch
from
August 14, 2026 20:48
7bf2a0b to
10b7989
Compare
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.
This PR contains the following updates:
1.24→1.26.6Add the preset
:preserveSemverRangesto your config if you don't want to pin your dependencies.Configuration
📅 Schedule: (in timezone Europe/London)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.