Update go version list

This commit is contained in:
Chuck Lantz
2021-09-07 20:39:09 +00:00
committed by GitHub
parent 092032c776
commit f64a1f5ac2
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.191.0/containers/go/.devcontainer/base.Dockerfile # See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.194.2/containers/go/.devcontainer/base.Dockerfile
ARG VARIANT="1" ARG VARIANT="1"
FROM mcr.microsoft.com/vscode/devcontainers/go:0-${VARIANT} FROM mcr.microsoft.com/vscode/devcontainers/go:0-${VARIANT}

View File

@@ -1,11 +1,11 @@
// For format details, see https://aka.ms/vscode-remote/devcontainer.json or this file's README at: // For format details, see https://aka.ms/vscode-remote/devcontainer.json or this file's README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.191.0/containers/go // https://github.com/microsoft/vscode-dev-containers/tree/v0.194.2/containers/go
{ {
"name": "Go", "name": "Go",
"build": { "build": {
"dockerfile": "Dockerfile", "dockerfile": "Dockerfile",
"args": { "args": {
// Update the VARIANT arg to pick a version of Go: 1, 1.16, 1.15 // Update the VARIANT arg to pick a version of Go: 1, 1.17, 1.16
"VARIANT": "1.16", "VARIANT": "1.16",
// Options // Options
"NODE_VERSION": "lts/*" "NODE_VERSION": "lts/*"