migueleliasweb / go-github-mock

A library to aid unittesting code that uses Golang's Github SDK
MIT License
94 stars 22 forks source link

feat(deps): update go-github to v60 #66

Closed quike closed 2 months ago

quike commented 4 months ago

https://github.com/google/go-github/releases/tag/v60.0.0 CHANGELOG

Extra:

quike commented 4 months ago

@migueleliasweb any chance you could take a look? also, shall we enable github actions for pull request testing? I saw you have a PR https://github.com/migueleliasweb/go-github-mock/pull/1 but never got merged. I do have a primary approach here: https://github.com/quike/go-github-mock/actions but tell me what you would like and we can build it progressively. At least I am trying to put so far build/test/lint so pr's can be verified and later add automatic semver or anything else.

migueleliasweb commented 4 months ago

@migueleliasweb any chance you could take a look? also, shall we enable github actions for pull request testing? I saw you have a PR #1 but never got merged. I do have a primary approach here: https://github.com/quike/go-github-mock/actions but tell me what you would like and we can build it progressively. At least I am trying to put so far build/test/lint so pr's can be verified and later add automatic semver or anything else.

That would be great to have :). I'll have a look at your implementation and we can create a separate PR to work on that.

migueleliasweb commented 4 months ago

I'll have a look later tonight about the changes. Thanks for the contributions :).

quike commented 4 months ago

@migueleliasweb any chance to take a look to this one? thanks

quike commented 3 months ago

I'll have a look later tonight about the changes. Thanks for the contributions :).

Any chance to do it? Thanks

migueleliasweb commented 2 months ago

New release with v61 of go-github: https://github.com/migueleliasweb/go-github-mock/releases/tag/v0.1.

Can we close this one for now?