Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 879b896

Browse files
bump devcontainer to go 1.25 (#35404)
1 parent 361e59f commit 879b896

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎.devcontainer/devcontainer.json‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"name": "Gitea DevContainer",
3-
"image": "mcr.microsoft.com/devcontainers/go:1.24-bookworm",
3+
"image": "mcr.microsoft.com/devcontainers/go:1.25-trixie",
44
"containerEnv": {
55
// override "local" from packaged version
66
"GOTOOLCHAIN": "auto"
77
},
88
"features": {
99
// installs nodejs into container
1010
"ghcr.io/devcontainers/features/node:1": {
11-
"version": "lts"
11+
"version": "latest"
1212
},
13-
"ghcr.io/devcontainers/features/git-lfs:1.2.2": {},
13+
"ghcr.io/devcontainers/features/git-lfs:1.2.5": {},
1414
"ghcr.io/jsburckhardt/devcontainer-features/uv:1": {},
1515
"ghcr.io/devcontainers/features/python:1": {
16-
"version": "3.12"
16+
"version": "3.13"
1717
},
1818
"ghcr.io/warrenbuckley/codespace-features/sqlite:1": {}
1919
},

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /