-
Notifications
You must be signed in to change notification settings - Fork 21
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 for k6 org change #17
Comments
Sorry for this, I've reverted the problematic commit in To give some background, we merged #16 yesterday with the full expectation that we'll merge grafana/k6#1935 shortly after on the k6 side. But then we decided we'll not actually use |
Btw you probably shouldn't use
This would make your |
@na-- Thanks for the quick response :) you're a life saver 🙏 On the topic of using versions to install a specific change, theres a small restriction on that. With the above suggested code we aren't able to specify the version when using a path.. how unfortunate 🤕 We will have to lock it a version and hope master is stable most of the time 🤞 |
You are using Go 1.15, that's why you see this error. Switch to Go 1.16 or add the |
ah I see. Thank you, thats working on my end 🍰 |
I now get this error when building my docker image:
I believe this is related to k6 moving off loadimpact to k6io?
The text was updated successfully, but these errors were encountered: