Fix devcontainer for Go 1.21

This commit is contained in:
Deluan 2023-11-09 18:23:44 -05:00
parent 54bde266b4
commit e055826068
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# [Choice] Go version: 1, 1.15, 1.14
ARG VARIANT="1"
FROM mcr.microsoft.com/vscode/devcontainers/go:0-${VARIANT}
FROM mcr.microsoft.com/vscode/devcontainers/go:${VARIANT}
# [Option] Install Node.js
ARG INSTALL_NODE="true"