Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# GOTOOLCHAIN=auto lets Go download the exact patch version (e.g. 1.25.9)
# when the base image is slightly behind. Downloads are verified against
# sum.golang.org.
FROM mcr.microsoft.com/devcontainers/go:1.25-bookworm
FROM mcr.microsoft.com/devcontainers/go:2.1-bookworm
ENV GOTOOLCHAIN=auto

# The base image sets GOPATH=/go owned by root. Override to a user-writable
Expand Down
Loading