We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There was a breaking API change in version v16.0.0 of github.com/google/go-github; this cause a compile error here:
https://github.com/cloudposse/github-status-updater/blob/master/main.go#L174
this is caused by the the being changed from []string to *[]string here
[]string
*[]string
https://github.com/google/go-github/blob/v16.0.0/github/repos.go#L639
The text was updated successfully, but these errors were encountered:
go-github
@dape-wg2 thank you for reporting the issue! addressed in #8 and released in https://github.com/cloudposse/github-status-updater/releases/tag/0.2.0
Sorry, something went wrong.
No branches or pull requests
There was a breaking API change in version v16.0.0 of github.com/google/go-github; this cause a compile error here:
https://github.com/cloudposse/github-status-updater/blob/master/main.go#L174
this is caused by the the being changed from
[]string
to*[]string
herehttps://github.com/google/go-github/blob/v16.0.0/github/repos.go#L639
The text was updated successfully, but these errors were encountered: