git-bump
git-bump copied to clipboard
fix `go install ` command
Hi 👋 , go install will currently fail with the message:
$ go install github.com/babarot/git-bump@latest
go: downloading github.com/babarot/git-bump v0.1.1
go: github.com/babarot/git-bump@latest: version constraints conflict:
github.com/babarot/[email protected]: parsing go.mod:
module declares its path as: github.com/b4b4r07/git-bump
but was required as: github.com/babarot/git-bump
should it be possible to download and update the script with go install?