Skip to content

Conversation

@NotAwar
Copy link

@NotAwar NotAwar commented Jan 13, 2026

What:
The devcontainer uses the argument TOOLS_GO_VERSION to download golang from the url "https://golang.org/dl/go${TOOLS_GO_VERSION}.linux-${ARCH}.tar.gz" in the devcontainer.json file. The current version is set to "1.24.3" which does not correspond with go.mod which is set to "1.25.5"

Why:
The current setup produces errors in VScode when building the devcontainer as it does not have the correct version of golang to use the golang packages.

How:
Bumped from "1.24.3" to "1.25.5" in the devcontainer

edit: typos

Copilot AI review requested due to automatic review settings January 13, 2026 10:22
Signed-off-by: Awar Abdulkarim <48431495+NotAwar@users.noreply.github.com>

	modified:   .devcontainer/devcontainer.json
Copy link
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

This PR updates the Go version in the devcontainer configuration from 1.24.3 to 1.25.5 to align with the version specified in go.mod. This ensures the development environment has the correct Go toolchain to work with the project's dependencies.

Changes:

  • Updated TOOLS_GO_VERSION from "1.24.3" to "1.25.5" in devcontainer.json

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

3 participants