Bump google/go-github to v57 (#28514)

This commit is contained in:
Yevhen Pavlov 2023-12-18 23:42:04 +02:00 committed by GitHub
parent 4ea522fecf
commit cd2ff6e83d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 13 additions and 12 deletions

View file

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