0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-04-05 04:24:49 +02:00

update go version for devcontainers (#33923)

This commit is contained in:
metiftikci 2025-03-17 22:25:27 +03:00 committed by GitHub
parent 8f051d598c
commit 6e73ecf667
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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