build-info-go
build-info-go copied to clipboard
fix: same vcs info appened twice when running jf rt build-add-git command twice
- [x] All tests passed. If this feature is not already covered by the tests, I added new tests.
- [x] All static analysis checks passed.
- [x] This pull request is on the dev branch.
- [x] I used gofmt for formatting the code before submitting the pull request.
@eyalbe4 Thanks! I found evidence that this whould be fixed by a go upgrade, so I merged the already approved (at least partly) sibling PR: https://github.com/jfrog/build-info-go/pull/249
Hey @gerrnot
We've just update to go 1.22.3, Can you confirm that the issue is resolved by updating the go version?
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅
I have read the CLA Document and I hereby sign the CLA
@EyalDelarea Thanks, yes, the build was green after that. I rebased.