cloudposse/github-status-updater

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

Closed this issue · 1 comments

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

@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