Skip to content

Conversation

@burmudar
Copy link
Contributor

  • use sourcegraph/actions/go-setup for go setup
  • set go to 1.25.6 in mise

@burmudar burmudar requested a review from a team January 23, 2026 08:52
@burmudar burmudar self-assigned this Jan 23, 2026
go-version: ${{ steps.mise.outputs.go-version }}
- name: Enable pulling Go modules from private sourcegraph/sourcegraph
run: git config --global url."https://${PRIVATE_TOKEN}@github.com/sourcegraph/".insteadOf "https://github.com/sourcegraph/"
private-token: ${{ secrets.PRIVATE_SG_ACCESS_TOKEN }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we need this? We shouldn't need any private modules?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ugh good point!

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.

3 participants