git-bump icon indicating copy to clipboard operation
git-bump copied to clipboard

fix `go install ` command

Open jesperronn opened this issue 11 months ago • 0 comments

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?

jesperronn avatar Dec 26 '24 11:12 jesperronn