Skip to content

docs: fix unsupported go install guidance#246

Merged
github-actions[bot] merged 1 commit into
mainfrom
spboyer/fix-go-install-docs
May 20, 2026
Merged

docs: fix unsupported go install guidance#246
github-actions[bot] merged 1 commit into
mainfrom
spboyer/fix-go-install-docs

Conversation

@spboyer

@spboyer spboyer commented May 20, 2026

Copy link
Copy Markdown
Member

Closes #242

Summary

  • Replace stale go install guidance with LFS-aware source build steps
  • Prefer the official binary installer in CI docs
  • Keep the README warning that go install is unsupported due to LFS artifacts

Validation

  • rg "go install" across user-facing docs now only finds the README warning
  • git diff --check
  • cd site && npm ci && npm run build

Note: I also found .github/workflows/skills-ci-example.yml contains stale go install guidance, but GitHub rejected pushes that modify workflow files because this OAuth token lacks the workflow scope. This PR fixes the README, published docs site sources, and non-workflow docs surfaces covered by the issue.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions github-actions Bot enabled auto-merge (squash) May 20, 2026 15:55
@github-actions github-actions Bot merged commit b309ea1 into main May 20, 2026
6 checks passed
This was referenced May 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Documentation inconsistency: go install

1 participant