chore(devcontainer): upgrade go (#6558)

Devcontainer fails to build as we have some 1.21 specific code.

Co-authored-by: Livio Spring <livio.a@gmail.com>
This commit is contained in:
Tim Möhlmann 2023-09-14 15:15:47 +03:00 committed by GitHub
parent 5d568d82d1
commit 5c6a3e968a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
"features": {
"ghcr.io/devcontainers/features/go:1": {
"version": "1.20"
"version": "1.21"
},
"ghcr.io/devcontainers/features/node:1": {
"version": "18"