You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add enterprise functionality
* upgrade github client version
* update how we add to path
* test finding
* add finding that should be caught
* rm test finding file, was correctly detected
* rm unnecessary check
* fix nits
Copy file name to clipboardExpand all lines: internal/interfaces/githubintf/github_checks.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ package githubintf
3
3
import (
4
4
"context"
5
5
6
-
"github.com/google/go-github/v31/github"
6
+
"github.com/google/go-github/v33/github"
7
7
)
8
8
9
9
//go:generate go run github.com/golang/mock/mockgen -destination=../../mocks/clients/githubchecks_mock/githubchecks_mock.go -source=../githubintf/github_checks.go -package=githubchecks_mock -mock_names=GithubChecks=GithubChecks
0 commit comments