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 xk6 integration tests dependancy #3421

Merged
merged 1 commit into from
Oct 25, 2023
Merged

Update xk6 integration tests dependancy #3421

merged 1 commit into from
Oct 25, 2023

Conversation

mstoykov
Copy link
Collaborator

What?

Fixing the github actions that are failing due to googleapis/go-genproto#1015

Why?

Checklist

  • I have performed a self-review of my code.
  • I have added tests for my changes.
  • I have run linter locally (make lint) and all checks pass.
  • I have run tests locally (make tests) and all tests pass.
  • I have commented on my code, particularly in hard-to-understand areas.

Related PR(s)/Issue(s)

@mstoykov mstoykov added this to the v0.48.0 milestone Oct 25, 2023
@mstoykov mstoykov requested review from oleiade and removed request for olegbespalov October 25, 2023 13:26
@@ -3,8 +3,8 @@ module github.com/grafana/xk6-output-test
go 1.19

require (
github.com/spf13/afero v1.9.2
go.k6.io/k6 v0.46.0
github.com/spf13/afero v1.1.2
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Also downgraded afero here to the vesion k6 uses

Copy link
Collaborator

Choose a reason for hiding this comment

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

We might put the modtools_frozen.yml or a symlink here

@mstoykov mstoykov merged commit 9892075 into master Oct 25, 2023
22 checks passed
@mstoykov mstoykov deleted the fixCI branch October 25, 2023 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants