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

chore(all): update all #1721

Merged
merged 5 commits into from Oct 24, 2022
Merged

chore(all): update all #1721

merged 5 commits into from Oct 24, 2022

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Oct 24, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
golang.org/x/net require minor v0.0.0-20221014081412-f15817d10f9b -> v0.1.0
golang.org/x/oauth2 require minor v0.0.0-20221014153046-6fdb5e3db783 -> v0.1.0
golang.org/x/sync require minor v0.0.0-20220929204114-8fcdb60fdcc0 -> v0.1.0
golang.org/x/sys require minor v0.0.0-20220728004956-3c1f35247d10 -> v0.1.0
google.golang.org/genproto require digest 99cd37c -> 1bc688f

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, click this checkbox. ⚠ Warning: custom changes will be lost.

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

@renovate-bot renovate-bot requested a review from a team as a code owner October 24, 2022 00:40
@forking-renovate
Copy link

⚠ Artifact update problem

Renovate failed to update artifacts 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: go.sum
Command failed: docker run --rm --name=renovate_go --label=renovate_child -v "/mnt/renovate/gh/googleapis/google-api-go-client":"/mnt/renovate/gh/googleapis/google-api-go-client" -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/googleapis/google-api-go-client" docker.io/renovate/go:1.17.13 bash -l -c "go get -d -t ./... && go mod tidy && go mod tidy"
go: downloading golang.org/x/oauth2 v0.1.0
go: downloading cloud.google.com/go/compute v1.10.0
go: downloading google.golang.org/grpc v1.50.1
go: downloading github.com/google/go-cmp v0.5.9
go: downloading github.com/google/uuid v1.3.0
go: downloading github.com/googleapis/gax-go/v2 v2.6.0
go: downloading golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
go: downloading golang.org/x/sync v0.1.0
go: downloading google.golang.org/genproto v0.0.0-20221018160656-63c7b68cfc55
go: downloading github.com/googleapis/enterprise-certificate-proxy v0.2.0
go: downloading go.opencensus.io v0.23.0
go: downloading golang.org/x/sys v0.1.0
go: downloading google.golang.org/appengine v1.6.7
go: downloading golang.org/x/net v0.1.0
go: downloading google.golang.org/protobuf v1.28.1
go: downloading github.com/golang/protobuf v1.5.2
go: downloading github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
go: downloading golang.org/x/text v0.4.0
go get: upgraded golang.org/x/text v0.3.7 => v0.4.0
go mod tidy: go.mod file indicates go 1.19, but maximum supported version is 1.17

File name: internal/kokoro/discogen/go.sum
Command failed: docker run --rm --name=renovate_go --label=renovate_child -v "/mnt/renovate/gh/googleapis/google-api-go-client":"/mnt/renovate/gh/googleapis/google-api-go-client" -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/googleapis/google-api-go-client/internal/kokoro/discogen" docker.io/renovate/go:1.17.13 bash -l -c "go get -d -t ./... && go mod tidy && go mod tidy"
go: downloading github.com/google/go-github/v42 v42.0.0
go: downloading github.com/google/go-querystring v1.1.0
go: downloading golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
go: downloading google.golang.org/protobuf v1.28.0
go get: upgraded golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e => v0.1.0
go mod tidy: go.mod file indicates go 1.19, but maximum supported version is 1.17

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 24, 2022
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 24, 2022
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 24, 2022
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 24, 2022
@quartzmo quartzmo enabled auto-merge (squash) October 24, 2022 18:44
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 24, 2022
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 24, 2022
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 24, 2022
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 24, 2022
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 24, 2022
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 24, 2022
@quartzmo quartzmo enabled auto-merge (squash) October 24, 2022 19:41
@quartzmo quartzmo merged commit 9ea2ceb into googleapis:main Oct 24, 2022
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.

None yet

3 participants