-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Adopt Go modules #1070
Comments
I would like to help this issue if nobody working on it. :D |
@wingyplus Thanks. If you want to work on it, consider to update CI/CD, too. |
For posterity, it turns out that there are some serious deficiencies regarding vendoring support with Go modules that I didn't expect at all... I've collected a summary here: #1150 (comment) |
Something else we should adopt when we switch to Go modules: https://golang.org/pkg/runtime/debug/#ReadBuildInfo Basically, it would be very useful to have the exact commit ID in each k6 binary, as part of |
After Go 1.13 comes out, likely sometime next month, we should probably replace dep with the official Go modules:
The text was updated successfully, but these errors were encountered: