rajatjindal / krew-release-bot

bot to bump version of plugin in krew-index on new releases
Apache License 2.0
46 stars 16 forks source link

Bump github.com/google/go-github #70

Closed guessi closed 1 year ago

guessi commented 1 year ago

Currently the package github was pinned to v29.0.3 which was released back at Feb 11, 2020 - 3 years ago.

Maybe it could be bump to v50+ for getting bug fixes, new features?

$ sed -i "" -e 's/v29 v29.0.3/v50 v50.2.0/g' go.mod
$ sed -i "" -e 's/v29/v50/g' pkg/releaser/git.go
$ sed -i "" -e 's/v29/v50/g' pkg/source/actions/webhook.go
$ sed -i "" -e 's/v29/v50/g' pkg/source/actions/action_runner.go
$ go mod vendor
$ go mod tidy
rajatjindal commented 1 year ago

thank you for reporting this. I have now updated the go-github dependency.