Upgrade go-github v61 -> v71 (#34385)
Some checks failed
release-nightly / nightly-binary (push) Has been cancelled
release-nightly / nightly-docker-rootful (push) Has been cancelled
release-nightly / nightly-docker-rootless (push) Has been cancelled

There will be a possible bug when migrating from Github
https://github.com/google/go-github/issues/3229
This PR upgrades go-github from v61 to v71 to resolve that problem.
This commit is contained in:
Lunny Xiao
2025-05-06 20:10:14 -07:00
committed by GitHub
parent 6bd8fe5353
commit 2a660b4a1b
6 changed files with 33 additions and 23 deletions

View File

@@ -18,7 +18,7 @@ import (
"strings"
"syscall"
"github.com/google/go-github/v61/github"
"github.com/google/go-github/v71/github"
"github.com/urfave/cli/v2"
"gopkg.in/yaml.v3"
)