Update dev container version to use the same version as the app to go 1.26 (#180)

Reviewed-on: https://gitea.com/gitea/gitea-mcp/pulls/180
Reviewed-by: silverwind <2021+silverwind@noreply.gitea.com>
Co-authored-by: Philipp Horstenkamp <182049+philipp-horstenkamp@noreply.gitea.com>
Co-committed-by: Philipp Horstenkamp <182049+philipp-horstenkamp@noreply.gitea.com>
This commit is contained in:
Philipp Horstenkamp
2026-04-24 22:38:55 +00:00
committed by silverwind
parent baf792b061
commit 26f826d25c
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "Gitea MCP DevContainer", "name": "Gitea MCP DevContainer",
"image": "mcr.microsoft.com/devcontainers/go:1.24-bookworm", "image": "mcr.microsoft.com/devcontainers/go:1.26-bookworm",
"features": {}, "features": {},
"customizations": { "customizations": {
"vscode": { "vscode": {