fix: update Go version command in utility task for improved compatibility

This commit is contained in:
GitHub Actions
2026-02-04 17:05:13 +00:00
parent 7a63e4b9c1
commit 9e46bd3b84

2
.vscode/tasks.json vendored
View File

@@ -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": {