Skip to content

fix(dev): bump devcontainer Go version to 1.26#7395

Merged
JanDeDobbeleer merged 2 commits intoJanDeDobbeleer:nextfrom
marcelbf:main
Mar 23, 2026
Merged

fix(dev): bump devcontainer Go version to 1.26#7395
JanDeDobbeleer merged 2 commits intoJanDeDobbeleer:nextfrom
marcelbf:main

Conversation

@marcelbf
Copy link
Copy Markdown
Contributor

@marcelbf marcelbf commented Mar 16, 2026

go.mod requires go >= 1.26.0, which causes the updateContentCommand to fail during container creation with Go 1.25.

Prerequisites

  • I have read and understood the contributing guide.
  • The commit message follows the conventional commits guidelines.
  • Tests for the changes have been added (for bug fixes / features).
  • Docs have been added/updated (for bug fixes / features).

Description

go.mod requires go >= 1.26.0, which causes the updateContentCommand
to fail during container creation with Go 1.25.
Copilot AI review requested due to automatic review settings March 16, 2026 06:42
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the devcontainer’s Go toolchain version to align with the repository’s go 1.26.0 requirement (in src/go.mod), avoiding container build failures when using Go 1.25.

Changes:

  • Bump .devcontainer/devcontainer.json Go image VARIANT from 2-1.25-trixie to 2-1.26-trixie.

go.mod requires go >= 1.26.0, which causes the updateContentCommand
to fail during container creation with Go 1.25.
@marcelbf marcelbf changed the title Main fix(dev): bump devcontainer Go version to 1.26 Mar 16, 2026
@Marukome0743
Copy link
Copy Markdown
Contributor

Sounds Nice!
Could you update the GO version in Dockerfile like the changes?

# [Choice] Go version: 1, 1.24, 1.25, 1-trixie, 1.24-trixie, 1.25-trixie, 1-bookworm, 1.24-bookworm, 1.25-bookworm, 1-bullseye, 1.24-bullseye, 1.25-bullseye

@JanDeDobbeleer JanDeDobbeleer changed the base branch from main to next March 23, 2026 13:37
@JanDeDobbeleer JanDeDobbeleer merged commit ad359fa into JanDeDobbeleer:next Mar 23, 2026
22 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.

4 participants