Merge pull request #10491 from cli/kw/update-codespaces-devcontainer

chore: update codespaces Go version
This commit is contained in:
William Martin 2025-02-24 12:08:13 +01:00 committed by GitHub
commit afa5e744d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
{
"image": "mcr.microsoft.com/devcontainers/go:1.22",
"image": "mcr.microsoft.com/devcontainers/go:1.23",
"features": {
"ghcr.io/devcontainers/features/sshd:1": {}
},