Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

fix(deps): update module github.com/google/go-github/v50 to v50.1.0 #253

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 24, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/google/go-github/v50 require minor v50.0.0 -> v50.1.0

Release Notes

google/go-github

v50.1.0

Compare Source

This minor release contains the following changes:

  • Update scrape dependency to v50 (#​2648)
  • Add secondary rate limit handling (prevent remote requests) and fix primary rate limit categories (#​2635)
  • Fix parse token expiration (#​2650)
  • Add support for actions variables (#​2652)
  • Remove failing unit tests for Go 1.20 (#​2656)
  • Add permission filter for list collaborators (#​2653)
  • Update workflow to use Go 1.20 and 1.19 (#​2657)
  • Add Account field to MarketplacePurchase struct (#​2659)
  • Add URL, UpdateAt, and WorkflowRun fields to Artifacts (#​2660)
  • Add milestone field to IssuesEvent (#​2663)
  • Add go generate mention to CONTRIBUTING.md (#​2587)
  • Add RequestedTeam to issues Timeline type (#​2665)
  • Bump github.com/PuerkitoBio/goquery from 1.8.0 to 1.8.1 in /scrape (#​2667)
  • Add Permission, OldPermission to AuditEntry type (#​2670)
  • Add created_at to WorkflowJob struct (#​2671)
  • Bump version of go-github to v50.1.0 (#​2673)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 Mend Renovate. View repository job log here.

@renovate
Copy link
Contributor Author

renovate bot commented Feb 24, 2023

⚠ 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 click 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: devconsole/go.sum
Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child -v "/mnt/renovate/gh/accrescent/devconsole":"/mnt/renovate/gh/accrescent/devconsole" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/containerbase":"/tmp/containerbase" -e GOPATH -e GOPROXY -e GOFLAGS -e CGO_ENABLED -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_KEY_1 -e GIT_CONFIG_VALUE_1 -e GIT_CONFIG_KEY_2 -e GIT_CONFIG_VALUE_2 -e GIT_CONFIG_COUNT -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/mnt/renovate/gh/accrescent/devconsole/devconsole" docker.io/renovate/sidecar bash -l -c "install-tool golang 1.20.1 && go get -d -t ./... && go mod tidy && go mod tidy"
go: downloading github.com/gin-gonic/gin v1.9.0
go: downloading golang.org/x/oauth2 v0.5.0
go: downloading github.com/accrescent/apkstat v0.1.3
go: downloading github.com/google/go-github/v50 v50.1.0
go: downloading github.com/mattn/go-sqlite3 v1.14.16
go: downloading golang.org/x/exp v0.0.0-20230213192124-5e25df0256eb
go: downloading google.golang.org/protobuf v1.28.1
go: downloading golang.org/x/mod v0.8.0
go: downloading github.com/gin-contrib/sse v0.1.0
go: downloading github.com/mattn/go-isatty v0.0.17
go: downloading golang.org/x/net v0.7.0
go: downloading github.com/google/go-querystring v1.1.0
go: downloading golang.org/x/crypto v0.6.0
go: downloading github.com/go-playground/validator/v10 v10.11.2
go: downloading github.com/pelletier/go-toml/v2 v2.0.6
go: downloading github.com/ugorji/go/codec v1.2.10
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/bytedance/sonic v1.8.1
go: downloading github.com/goccy/go-json v0.10.0
go: downloading github.com/json-iterator/go v1.1.12
go: downloading golang.org/x/sys v0.5.0
go: downloading google.golang.org/appengine v1.6.7
go: downloading github.com/go-playground/universal-translator v0.18.1
go: downloading github.com/leodido/go-urn v1.2.1
go: downloading golang.org/x/text v0.7.0
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading github.com/golang/protobuf v1.5.2
go: downloading github.com/go-playground/locales v0.14.1
go: downloading github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311
go: downloading github.com/twitchyliquid64/golang-asm v0.15.1
go: downloading golang.org/x/arch v0.2.0
go: downloading github.com/klauspost/cpuid/v2 v2.2.4
github.com/accrescent/devconsole/api imports
	github.com/accrescent/devconsole/pb: cannot find module providing package github.com/accrescent/devconsole/pb

@sonarcloud
Copy link

sonarcloud bot commented Feb 24, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@lberrymage lberrymage closed this Feb 24, 2023
@renovate renovate bot deleted the renovate/github.com-google-go-github-v50-50.x branch February 24, 2023 04:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant