-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Open
Labels
tech-debtA chore that addresses technical debtA chore that addresses technical debt
Description
Description
Although we don't officially support installation via go install in our docs, there are plenty of people out there who expect it to work:
- go install fails with latest v2.60.0 #9818
go getno longer works on v2.0.0 #4273- CLI is not go install-able #1389
- Drop use of forked crypto pkg #4731
I'd rather the maintainers stopped getting caught by surprise when fooling around with the go module.
Expected Output
The expected output for this issue is:
- A step in an actions workflow checks that
go install/run github.com/cli/cli/v2/cmd/gh@<branch/commit>works successfully.
BagToad
Metadata
Metadata
Assignees
Labels
tech-debtA chore that addresses technical debtA chore that addresses technical debt