Skip to content

Commit 9894ebb

Browse files
peyremorganMorgan PEYRE
andauthored
chore: upgrade Go version in devcontainer image to 1.26 (#37374)
Upgrade the base devcontainer image to prevent the in-container toolchain upgrade from breaking `make build`. Solves #37373 Co-authored-by: Morgan PEYRE <morgan.peyre@brickcode.tech>
1 parent 32fdfb0 commit 9894ebb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Gitea DevContainer",
3-
"image": "mcr.microsoft.com/devcontainers/go:1.25-trixie",
3+
"image": "mcr.microsoft.com/devcontainers/go:1.26-trixie",
44
"containerEnv": {
55
// override "local" from packaged version
66
"GOTOOLCHAIN": "auto"

0 commit comments

Comments
 (0)