diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 776ee8f..41db03f 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -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" FROM mcr.microsoft.com/vscode/devcontainers/go:0-${VARIANT} diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 6d7ea70..64c5b09 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,11 +1,11 @@ // 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", "build": { "dockerfile": "Dockerfile", "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", // Options "NODE_VERSION": "lts/*"