Skip to content

Commit

Permalink
[Go] Update proposals for the "version" option (#1104)
Browse files Browse the repository at this point in the history
Update Go version to 1.3.1 and proposals to 1.23 and 1.22
  • Loading branch information
sho-hata authored Aug 21, 2024
1 parent f0e6ba6 commit 07dc028
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/go/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "go",
"version": "1.3.0",
"version": "1.3.1",
"name": "Go",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/go",
"description": "Installs Go and common Go utilities. Auto-detects latest version and installs needed dependencies.",
Expand All @@ -10,8 +10,8 @@
"proposals": [
"latest",
"none",
"1.21",
"1.20"
"1.23",
"1.22"
],
"default": "latest",
"description": "Select or enter a Go version to install"
Expand Down Expand Up @@ -44,4 +44,4 @@
"installsAfter": [
"ghcr.io/devcontainers/features/common-utils"
]
}
}

0 comments on commit 07dc028

Please sign in to comment.