ci: use go1.24 (#1012)

This commit is contained in:
UUBulb
2025-02-28 22:19:57 +08:00
committed by GitHub
parent 4eacdf8121
commit 655d034f79
3 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
{
"name": "NeZha",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/go:1-1.23-bookworm",
"image": "mcr.microsoft.com/devcontainers/go:1-1.24-bookworm",
// Features to add to the dev container. More info: https://containers.dev/features.
"features": {
@@ -14,7 +14,7 @@
"dockerDashComposeVersion": "latest"
},
"ghcr.io/devcontainers/features/go:1": {
"version": "1.23.6"
"version": "1.24.0"
}
},