diff options
Diffstat (limited to 'services/migrations/error.go')
-rw-r--r-- | services/migrations/error.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/migrations/error.go b/services/migrations/error.go index c7d912f50b..9b470149bf 100644 --- a/services/migrations/error.go +++ b/services/migrations/error.go @@ -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 |