diff options
author | techknowlogick <techknowlogick@gitea.io> | 2023-08-21 12:20:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-21 16:20:50 +0000 |
commit | 59f837f44ee0a85d733f8652d78e33da856a2d6b (patch) | |
tree | 7725d356c4c1e3dde3df37c02a27abbe30913dd0 /.devcontainer/devcontainer.json | |
parent | 3d80308b36da2aa87f56c05d530f1e7970cd6f71 (diff) | |
download | gitea-59f837f44ee0a85d733f8652d78e33da856a2d6b.tar.gz gitea-59f837f44ee0a85d733f8652d78e33da856a2d6b.zip |
devpod use go1.21 (#26637)
Diffstat (limited to '.devcontainer/devcontainer.json')
-rw-r--r-- | .devcontainer/devcontainer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 7e2294c1e6..9e290fb6a5 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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": { |