From b9f3b126e86a70b678474cc60e93c59634d445fd Mon Sep 17 00:00:00 2001 From: firefart <105281+firefart@users.noreply.github.com> Date: Thu, 7 Dec 2023 14:58:42 +0100 Subject: [PATCH] update --- .devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 4a6f5921..e06294df 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,7 +2,7 @@ // README at: https://github.com/devcontainers/templates/tree/main/src/go { "name": "Go", - "image": "mcr.microsoft.com/devcontainers/go:1-1-bullseye", + "image": "mcr.microsoft.com/devcontainers/go", "features": { "ghcr.io/guiyomh/features/golangci-lint:0": {} }, @@ -25,4 +25,4 @@ ] } } -} \ No newline at end of file +}