Skip to content

Commit

Permalink
devpod use go1.21 (#26637)
Browse files Browse the repository at this point in the history
  • Loading branch information
techknowlogick authored Aug 21, 2023
1 parent 3d80308 commit 59f837f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 59f837f

Please sign in to comment.