From 18fda0d9549037e7c5093e56c85e26877f21074d Mon Sep 17 00:00:00 2001 From: Deluan <deluan@navidrome.org> Date: Fri, 12 Mar 2021 18:43:03 -0500 Subject: [PATCH] Update DevContainer to GoLang 1.16 --- .devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 06cc0e476..c73d2adaa 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -4,7 +4,7 @@ "dockerfile": "Dockerfile", "args": { // Update the VARIANT arg to pick a version of Go: 1, 1.15, 1.14 - "VARIANT": "1.15", + "VARIANT": "1.16", // Options "INSTALL_NODE": "true", "NODE_VERSION": "v14" @@ -56,4 +56,4 @@ "ND_MUSICFOLDER": "./music", "ND_DATAFOLDER": "./data" } -} \ No newline at end of file +}