Skip to content
New issue

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

build broken if used with latest version of go-github library #7

Closed
dape-wg2 opened this issue Dec 10, 2018 · 1 comment
Closed

build broken if used with latest version of go-github library #7

dape-wg2 opened this issue Dec 10, 2018 · 1 comment

Comments

@dape-wg2
Copy link

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

https://github.com/google/go-github/blob/v16.0.0/github/repos.go#L639

@aknysh
Copy link
Member

aknysh commented Dec 11, 2018

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants