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

Update module github.com/google/go-github/v32 to v35 - autoclosed #23

Closed

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 14, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
github.com/google/go-github/v32 require major v32.1.0 -> v35.3.0

Release Notes

google/go-github

v35.3.0

Compare Source

This release contains the following changes since v35.2.0:

  • Add missing fields to Star event (#​1869) …
  • Support map type in go generate (#​1867) …
  • Add support for the list failed organization invitations feature (#​1871) …
  • Change all *map to map in JSON structs (#​1870) …
  • Fix typo in repos.go (#​1873)
  • fix: Updated comparisons in test files (#​1875) …
  • compare decoded go struct for request body (#​1876)
  • Add missing installation permissions (#​1880) …

v35.2.0

Compare Source

This release contains the following changes since v35.1.0:

v35.1.0

Compare Source

This release contains the following changes since v35.0.0:

v35.0.0

Compare Source

This release contains the following breaking API changes:

and the following additional changes:

v34.0.0

Compare Source

This release contains the following breaking API change:

Thank you to all the volunteers who help keep this repo up-to-date!

v33.0.0

Compare Source

This release contains the following breaking API changes:

Thank you to all the volunteers who help keep this repo up-to-date!


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@github-actions
Copy link

go-cover-view

@codecov
Copy link

codecov bot commented Apr 14, 2021

Codecov Report

Merging #23 (6c032d7) into master (4c41553) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #23   +/-   ##
=======================================
  Coverage   66.08%   66.08%           
=======================================
  Files           3        3           
  Lines         230      230           
=======================================
  Hits          152      152           
  Misses         44       44           
  Partials       34       34           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4c41553...6c032d7. Read the comment docs.

@renovate renovate bot force-pushed the renovate/github.com-google-go-github-v32-35.x branch from d9aedf6 to 9e8529e Compare April 24, 2021 13:44
@renovate renovate bot force-pushed the renovate/github.com-google-go-github-v32-35.x branch from 9e8529e to ce6cb70 Compare May 6, 2021 21:03
@renovate
Copy link
Author

renovate bot commented May 6, 2021

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻️ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: docker run --rm --name=renovate_go --label=renovate_child -v "/mnt/renovate/gh/johejo/go-cover-view":"/mnt/renovate/gh/johejo/go-cover-view" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/renovate-cache/others/go":"/tmp/renovate-cache/others/go" -e GOPATH -e CGO_ENABLED -w "/mnt/renovate/gh/johejo/go-cover-view" docker.io/renovate/go:1.14.15 bash -l -c "git config --global url.\"https://**redacted**@github.com/\".insteadOf \"https://github.com/\" && go get -d ./... && go mod tidy && go mod tidy"
go: downloading golang.org/x/mod v0.4.2
go: downloading golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602
go: downloading golang.org/x/tools v0.0.0-20200825202427-b303f430e36d
go: finding module for package github.com/google/go-github/v32/github
go: downloading github.com/google/go-github/v32 v32.1.0
go: downloading golang.org/x/net v0.0.0-20200822124328-c89045814202
go: downloading google.golang.org/appengine v1.6.6
go: found github.com/google/go-github/v32/github in github.com/google/go-github/v32 v32.1.0
go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
go: downloading github.com/stretchr/testify v1.7.0
go: downloading github.com/google/go-cmp v0.5.1
go: downloading github.com/davecgh/go-spew v1.1.0
go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
github.com/johejo/go-cover-view tested by
	github.com/johejo/go-cover-view.test imports
	github.com/stretchr/testify/assert imports
	gopkg.in/yaml.v3: fstatat /tmp/renovate-cache/others/go/pkg/mod/gopkg.in/yaml.v3@v3.0.0-20200313102051-9f266ea9e77c: permission denied

@renovate renovate bot force-pushed the renovate/github.com-google-go-github-v32-35.x branch from ce6cb70 to d72846e Compare June 6, 2021 11:29
@renovate renovate bot force-pushed the renovate/github.com-google-go-github-v32-35.x branch 2 times, most recently from 822e1f4 to c120aed Compare June 22, 2021 19:04
@renovate renovate bot force-pushed the renovate/github.com-google-go-github-v32-35.x branch from c120aed to 31c3628 Compare June 22, 2021 20:36
@renovate renovate bot force-pushed the renovate/github.com-google-go-github-v32-35.x branch from 31c3628 to 6c032d7 Compare June 22, 2021 23:59
@renovate renovate bot changed the title Update module github.com/google/go-github/v32 to v35 Update module github.com/google/go-github/v32 to v35 - autoclosed Jun 26, 2021
@renovate renovate bot closed this Jun 26, 2021
@renovate renovate bot deleted the renovate/github.com-google-go-github-v32-35.x branch June 26, 2021 16:51
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

Successfully merging this pull request may close these issues.

1 participant