Skip to content

chore(deps): pin go module directive to 1.26.6 - #43

Merged
yschimke merged 1 commit into
mainfrom
renovate/pin-dependencies
Aug 14, 2026
Merged

chore(deps): pin go module directive to 1.26.6#43
yschimke merged 1 commit into
mainfrom
renovate/pin-dependencies

Conversation

@renovate

@renovate renovate Bot commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
go (source) golang pin 1.241.26.6

Add the preset :preserveSemverRanges to your config if you don't want to pin your dependencies.


Configuration

📅 Schedule: (in timezone Europe/London)

  • Branch creation
    • "before 6am on monday"
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/pin-dependencies branch 10 times, most recently from 9a59743 to 7bf2a0b Compare August 14, 2026 20:21
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
renovate Bot force-pushed the renovate/pin-dependencies branch from 7bf2a0b to 10b7989 Compare August 14, 2026 20:48
@yschimke
yschimke merged commit 81096b4 into main Aug 14, 2026
3 checks passed
@renovate
renovate Bot deleted the renovate/pin-dependencies branch August 14, 2026 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant