-
Notifications
You must be signed in to change notification settings - Fork 795
Closed
Description
the latest builds of mcr.microsoft.com/devcontainers/go:dev-1.21-bookworm still contain go 1.21.5, missing the updates from go1.21.6
please ensure that minor versions get updated timely, as this makes devcontainers lag behind other automated updates like dependabot or renovate, breaking workspaces with
packages.Load error: err: exit status 1: stderr: go: go.work requires go >= 1.21.6 (running go 1.21.5)
For anyone else in the same situation, setting GOTOOLCHAIN to the required go version, or auto (see https://go.dev/doc/toolchain) downloads the required toolchain separately.
Metadata
Metadata
Assignees
Labels
No labels