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
It seems something has changed in the google/go-github API so this doesn't compile anymore:
# github.com/trevoro/sshauth
src/github.com/trevoro/sshauth/github.go:35:41: not enough arguments in call to c.client.Users.ListKeys
have (string, nil)
want (context.Context, string, *github.ListOptions)
src/github.com/trevoro/sshauth/github.go:48:63: not enough arguments in call to c.client.Organizations.ListTeamMembers
have (int, *github.OrganizationListTeamMembersOptions)
want (context.Context, int64, *github.OrganizationListTeamMembersOptions)
src/github.com/trevoro/sshauth/github.go:65:51: not enough arguments in call to c.client.Organizations.ListTeams
have (string, nil)
want (context.Context, string, *github.ListOptions)
src/github.com/trevoro/sshauth/github.go:76:30: cannot use *team.ID (type int64) as type int in argument to c.GetTeamMembersByID
The text was updated successfully, but these errors were encountered:
dalen
changed the title
New google/go-github API compatibiligy
New google/go-github API compatibility
Apr 16, 2018
It seems something has changed in the google/go-github API so this doesn't compile anymore:
The text was updated successfully, but these errors were encountered: