Skip to content

Update go-git version#185

Merged
orto17 merged 2 commits intojfrog:masterfrom
bhanurp:fix-go-git
Feb 11, 2026
Merged

Update go-git version#185
orto17 merged 2 commits intojfrog:masterfrom
bhanurp:fix-go-git

Conversation

@bhanurp
Copy link
Contributor

@bhanurp bhanurp commented Feb 11, 2026

  • All tests passed. If this feature is not already covered by the tests, I added new tests.
  • I used go fmt ./... for formatting the code before submitting the pull request.
  • This feature is included on all supported VCS providers - GitHub, Bitbucket cloud, Bitbucket server, GitLab and Azure Repos.
  • I added the relevant documentation for the new feature.

Description

  • Updated go-git version to v5.16.5 to fix security vulnerability
  • Go 1.24 promoted the go vet check for non-constant format strings from a warning to a hard error enforced by default during go build / go test. Changed fmt.Errorf(response.Status) to fmt.Errorf("%s", response.Status)

@github-actions
Copy link
Contributor

👍 Frogbot scanned this pull request and did not find any new security issues.


@orto17 orto17 merged commit d47bd72 into jfrog:master Feb 11, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants