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

go.mod: sync dependencies with k6 core #347

Merged
merged 1 commit into from
Sep 22, 2023
Merged

go.mod: sync dependencies with k6 core #347

merged 1 commit into from
Sep 22, 2023

Conversation

github-actions[bot]
Copy link

This automated PR aligns the following dependency mismatches with k6 core:

2023/09/15 14:07:52 detected k6 core version v0.46.0
2023/09/15 14:07:53 Mismatched versions for github.com/spf13/cobra:
Ours: v1.5.0
Core: v1.4.0
2023/09/15 14:07:53 Mismatched versions for golang.org/x/sys:
Ours: v0.11.0
Core: v0.9.0
2023/09/15 14:07:53 Mismatched versions for google.golang.org/grpc:
Ours: v1.57.0-dev
Core: v1.56.1
2023/09/15 14:07:53 Mismatched versions for github.com/spf13/afero:
Ours: v1.2.2
Core: v1.1.2

The following commands were run to align the dependencies:

go get github.com/spf13/cobra@v1.4.0
go get golang.org/x/sys@v0.9.0
go get google.golang.org/grpc@v1.56.1
go get github.com/spf13/afero@v1.1.2

And produced the following output:

go: downgraded github.com/spf13/cobra v1.5.0 => v1.4.0
go: downgraded golang.org/x/sys v0.11.0 => v0.9.0
go: module github.com/golang/protobuf is deprecated: Use the "google.golang.org/protobuf" module instead.
go: downgraded google.golang.org/grpc v1.57.0-dev => v1.56.1
go: downgraded github.com/containerd/containerd v1.7.3 => v1.4.13
go: downgraded github.com/spf13/afero v1.2.2 => v1.1.2
go: downgraded github.com/testcontainers/testcontainers-go v0.21.0 => v0.9.0
go: removed github.com/testcontainers/testcontainers-go/modules/k3s v0.21.0
go: downgraded k8s.io/api v0.27.4 => v0.23.0-alpha.0
go: downgraded k8s.io/apimachinery v0.27.4 => v0.23.0-alpha.0
go: downgraded k8s.io/client-go v0.27.4 => v0.15.13-beta.0
go: downgraded k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f => v0.0.0-20210421082810-95288971da7e

Due to a limitation of GitHub Actions, to run CI checks for this PR, close it and reopen it again.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@github-actions github-actions bot force-pushed the ci-sync-deps branch 2 times, most recently from 8c588fc to 42c0fb8 Compare September 17, 2023 14:07
@roobre roobre closed this Sep 18, 2023
@roobre roobre reopened this Sep 18, 2023
@github-actions github-actions bot force-pushed the ci-sync-deps branch 4 times, most recently from 1470bcd to 9a60bd2 Compare September 21, 2023 14:08
@roobre roobre closed this Sep 21, 2023
@roobre roobre reopened this Sep 21, 2023
@roobre
Copy link
Collaborator

roobre commented Sep 21, 2023

Seems like there's a gotcha in the CI script, where the PR description is not updated when the job updates a PR that was already open (such as this one).

Copy link
Collaborator

@roobre roobre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • make integration passes
  • make e2e-disruptors passes

LGTM

@roobre roobre closed this Sep 22, 2023
@roobre roobre reopened this Sep 22, 2023
@roobre roobre merged commit bde2dcb into main Sep 22, 2023
7 of 8 checks passed
@roobre roobre deleted the ci-sync-deps branch September 22, 2023 14:29
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