Align devcontainer Go version with go.mod (#8570)

This commit is contained in:
Greggory Rothmeier 2024-01-12 13:58:56 -08:00 committed by GitHub
parent e0f31b3932
commit 7ced1227f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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