We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git-team version: 1.7.0 go version: 1.18
When attempting to install git-team via homebrew, the go build step fails because of outdated dependencies.
go build
git-team should install successfully
While installing with --HEAD works, it also brings in other code changes.
--HEAD
proposed workaround:
v1.7.0
v1.7.1
main
The text was updated successfully, but these errors were encountered:
Thank you for bringing this up @gblues and sorry for the late reply. Will look into this as soon as possible.
Sorry, something went wrong.
This commit should resolve the issue for now and reflect the current state of the project.
No branches or pull requests
Bug Report
git-team version: 1.7.0
go version: 1.18
failure description
When attempting to install git-team via homebrew, the
go build
step fails because of outdated dependencies.expected behaviour description
git-team should install successfully
While installing with
--HEAD
works, it also brings in other code changes.proposed workaround:
v1.7.0
commitv1.7.1
main
branch, bump the dev version up to 1.7.2-alpha1 or whateverThe text was updated successfully, but these errors were encountered: