fix: update Go version command in utility task for improved compatibility
This commit is contained in:
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
@@ -535,7 +535,7 @@
|
||||
{
|
||||
"label": "Utility: Update Go Version",
|
||||
"type": "shell",
|
||||
"command": ".github/skills/scripts/skill-runner.sh utility-update-go-version",
|
||||
"command": "go env -w GOTOOLCHAIN=go$(go list -m -f '{{.Version}}' go@latest)+auto && go list -m -f '{{.Version}}' go@latest && go version",
|
||||
"group": "none",
|
||||
"problemMatcher": [],
|
||||
"presentation": {
|
||||
|
||||
Reference in New Issue
Block a user