Browse Source

devpod use go1.21 (#26637)

pull/26643/head
techknowlogick 2 years ago committed by GitHub
parent
commit
59f837f44e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .devcontainer/devcontainer.json

2
.devcontainer/devcontainer.json

@ -1,6 +1,6 @@ @@ -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