upgrade github v61 -> v71 to fix migrating bug (#34389)

backport #34385
This commit is contained in:
Lunny Xiao
2025-05-07 11:42:30 -07:00
committed by GitHub
parent a4cc867401
commit e67b004535
6 changed files with 35 additions and 24 deletions

View File

@@ -7,7 +7,7 @@ package migrations
import (
"errors"
"github.com/google/go-github/v61/github"
"github.com/google/go-github/v71/github"
)
// ErrRepoNotCreated returns the error that repository not created