From 155bec7262698afd996b9a2ff4659d88bf168abc Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Fri, 5 Aug 2022 07:51:06 -0400 Subject: bump go to 1.19 --- src/go/devcontainer-feature.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/go') diff --git a/src/go/devcontainer-feature.json b/src/go/devcontainer-feature.json index 927850e..dadcb95 100644 --- a/src/go/devcontainer-feature.json +++ b/src/go/devcontainer-feature.json @@ -8,8 +8,8 @@ "proposals": [ "latest", "none", - "1.18", - "1.17" + "1.19", + "1.18" ], "default": "latest", "description": "Select or enter a Go version to install" -- cgit v1.2.3