aboutsummaryrefslogtreecommitdiff
path: root/src/go
diff options
context:
space:
mode:
authorJosh Spicer <josh@joshspicer.com>2022-08-05 14:51:06 +0300
committerGitHub <noreply@github.com>2022-08-05 14:51:06 +0300
commit155bec7262698afd996b9a2ff4659d88bf168abc (patch)
tree719f78ed9025b0ab496e427c3ea64e92223ec38d /src/go
parentdc05c2413a2b55c7bbee7dcbcde5e2220927f5f3 (diff)
bump go to 1.19
Diffstat (limited to 'src/go')
-rw-r--r--src/go/devcontainer-feature.json4
1 files changed, 2 insertions, 2 deletions
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"