Update to golang 1.20 minor release.

Signed-off-by: James Blair <mail@jamesblair.net>
This commit is contained in:
James Blair
2023-08-11 15:03:48 +12:00
parent baf7a34c3a
commit b6d123d08b
16 changed files with 16 additions and 16 deletions

View File

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