Github pkg: Bump github package to version 33 (#222)

This commit is contained in:
Erik Nobel
2020-12-06 02:01:47 +01:00
committed by GitHub
parent 56c57cbf71
commit a2b335ad6a
7 changed files with 19 additions and 13 deletions

View File

@@ -7,7 +7,7 @@ import (
"testing"
"time"
"github.com/google/go-github/v32/github"
"github.com/google/go-github/v33/github"
"github.com/summerwind/actions-runner-controller/github/fake"
)