Browse Source

devpod use go1.21 (#26637)

tags/v1.21.0-rc0
techknowlogick 8 months ago
parent
commit
59f837f44e
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .devcontainer/devcontainer.json

+ 1
- 1
.devcontainer/devcontainer.json View File

@@ -1,6 +1,6 @@
{
"name": "Gitea DevContainer",
"image": "mcr.microsoft.com/devcontainers/go:1.20-bullseye",
"image": "mcr.microsoft.com/devcontainers/go:1.21-bullseye",
"features": {
// installs nodejs into container
"ghcr.io/devcontainers/features/node:1": {

Loading…
Cancel
Save