Skip to content

Commit 1b925fb

Browse files
committed
[FIX] mise-golang default => latest
1 parent 3c6fe31 commit 1b925fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/mise-golang/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "mise-golang",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"name": "Go (mise)",
55
"description": "Installs Go via mise-en-place version manager.",
66
"dependsOn": {

src/mise-golang/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33

44
USERNAME="${USERNAME:-"${_REMOTE_USER:-"automatic"}"}"
5-
VERSION="${VERSION:-lts}"
5+
VERSION="${VERSION:-latest}"
66

77
REQUIRED_PACKAGES="git ca-certificates"
88

0 commit comments

Comments
 (0)