Update dev container to use the latest Go version. (#130)

# Describe Request

Update the dev container configuration to use the latest version of Go.

# Change Type

Code maintenance.
This commit is contained in:
Onur Cinar 2024-12-26 12:07:17 -08:00 committed by GitHub
commit 8a7b88acbe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@
{
"name": "Go",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/go:0-1.20-bullseye",
"image": "mcr.microsoft.com/devcontainers/go",
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},