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

fix: silence ginkgo versions mismatch warning #493

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

avorima
Copy link
Contributor

@avorima avorima commented Jul 16, 2024

I saw the following warning in the e2e logs:

/home/runner/work/kamaji/kamaji/bin/ginkgo -v ./e2e
Ginkgo detected a version mismatch between the Ginkgo CLI and the version of Ginkgo imported by your packages:
  Ginkgo CLI Version:
    2.6.0
  Mismatched package versions found:
    2.17.1 used by e2e

The go install command will use look into the go.mod if no version is provided for a dependency.

Signed-off-by: Mario Valderrama <mario.valderrama@ionos.com>
Copy link

netlify bot commented Jul 16, 2024

Deploy Preview for kamaji-documentation canceled.

Name Link
🔨 Latest commit 43cc3c0
🔍 Latest deploy log https://app.netlify.com/sites/kamaji-documentation/deploys/6696e3d040d876000837a8e4

@prometherion prometherion merged commit 2e235a4 into clastix:master Jul 17, 2024
10 checks passed
@prometherion
Copy link
Member

Thanks, very appreciated!

@avorima avorima deleted the fix-ginkgo-version-mismatch branch July 17, 2024 09:34
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.

2 participants