Update go-github from v37 -> v39 (#925)

This commit is contained in:
Patrick Ellis
2021-12-11 07:43:40 -05:00
committed by GitHub
parent c718eaae4f
commit ea2dbc2807
19 changed files with 28 additions and 24 deletions

View File

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