We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f24cabc + 463016b commit 7419e1fCopy full SHA for 7419e1f
.devcontainer/devcontainer.json
@@ -1,6 +1,10 @@
1
{
2
"name": "Gitea DevContainer",
3
"image": "mcr.microsoft.com/devcontainers/go:1.24-bookworm",
4
+ "containerEnv": {
5
+ // override "local" from packaged version
6
+ "GOTOOLCHAIN": "auto"
7
+ },
8
"features": {
9
// installs nodejs into container
10
"ghcr.io/devcontainers/features/node:1": {
0 commit comments