aboutsummaryrefslogtreecommitdiffstats
path: root/.devcontainer/devcontainer.json
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2023-08-21 12:20:50 -0400
committerGitHub <noreply@github.com>2023-08-21 16:20:50 +0000
commit59f837f44ee0a85d733f8652d78e33da856a2d6b (patch)
tree7725d356c4c1e3dde3df37c02a27abbe30913dd0 /.devcontainer/devcontainer.json
parent3d80308b36da2aa87f56c05d530f1e7970cd6f71 (diff)
downloadgitea-59f837f44ee0a85d733f8652d78e33da856a2d6b.tar.gz
gitea-59f837f44ee0a85d733f8652d78e33da856a2d6b.zip
devpod use go1.21 (#26637)
Diffstat (limited to '.devcontainer/devcontainer.json')
-rw-r--r--.devcontainer/devcontainer.json2
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": {