go-githubapp icon indicating copy to clipboard operation
go-githubapp copied to clipboard

Updates for github.com/google/go-github

Open psalaberria002 opened this issue 3 months ago • 2 comments

Is it possible to automate the updates to github.com/google/go-github similar to how other go modules are updated?

psalaberria002 avatar Nov 17 '25 13:11 psalaberria002

Most existing tools we've tried (like Dependabot and our internal Excavator tooling) don't handle major version updates for Go modules particularly well and so don't do a great job at go-github updates. We have some custom logic to update this dependency internally, but haven't adapted it to work with this open-source repository yet. So it should be possible to updated automatically, but requires a bit more work on our side than enabling an option somewhere.

(If this was motivated by us failing behind on recent versions, I released 0.39.0 that updates to go-github v79)

bluekeyes avatar Nov 17 '25 19:11 bluekeyes

That was the main reason for opening the issue yes.

Feel free to close it.

psalaberria002 avatar Nov 17 '25 20:11 psalaberria002

Thanks to @yevbar, PRs for these upgrades should be automated going forward (although we'll still need to manually approve and release them.)

bluekeyes avatar Jan 06 '26 22:01 bluekeyes