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:
Yusuke Kuoka
2022-08-24 13:08:40 +09:00
committed by GitHub
parent 5116e3800e
commit bdcde44642
20 changed files with 36 additions and 158 deletions

View File

@@ -8,7 +8,7 @@ import (
"time"
"github.com/actions-runner-controller/actions-runner-controller/github/fake"
"github.com/google/go-github/v45/github"
"github.com/google/go-github/v47/github"
)
var server *httptest.Server