chore(ci): always use go version in .tool-versions by keegancsmith · Pull Request #1198 · sourcegraph/src-cli
Navigation Menu
{{ message }}
sourcegraph / src-cli Public
- Notifications You must be signed in to change notification settings
- Fork 68
Merged
chore(ci): always use go version in .tool-versions#1198
keegancsmith merged 2 commits intomainfrom
chore(ci): always use go version in .tool-versions#1198
keegancsmith merged 2 commits intomainfrom
Conversation
Copy link Copy Markdown
Member
keegancsmith
commented
Nov 11, 2025
keegancsmith
commented
setup-go@v6 supports reading in .tool-versions which means we will now always run the same version we run in local dev. This is also a better version to use than go.mod since that is a minimum version.
Test Plan: CI
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment