mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-13 21:16:46 +00:00
chore: Bump go-github and minimum GHES version to 3.6 (#1747)
Ref https://github.com/actions-runner-controller/actions-runner-controller/issues/1574
This commit is contained in:
@@ -3,7 +3,7 @@ package hookdeliveryforwarder
|
||||
import (
|
||||
"context"
|
||||
|
||||
gogithub "github.com/google/go-github/v45/github"
|
||||
gogithub "github.com/google/go-github/v47/github"
|
||||
)
|
||||
|
||||
type hooksAPI struct {
|
||||
|
||||
Reference in New Issue
Block a user