-
Notifications
You must be signed in to change notification settings - Fork 41
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
Remove multierror and refactor to Go errors.Join #850
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's great to get rid of this code! 👏
One question. Should we update go.mod
's go version to 1.20
besides the go versions in CI also?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
@ka3de, that makes sense. But k6 still uses Go 1.19 in |
But this |
6c25fcb
to
6573e2e
Compare
6573e2e
to
67b5bef
Compare
- Linter wasn't working after #850 change. - The previous version is no longer Go 1.19, it's Go 1.21. - Let the actions pick the latest version with 1.x.
- Linter wasn't working after #850 change. - The previous version is no longer Go 1.19.
- Linter wasn't working after #850 change. - The previous version is no longer Go 1.19.
- Linter wasn't working after #850 change. - The previous version is no longer Go 1.19.
- Linter wasn't working after #850 change. - The previous version is no longer Go 1.19.
- Linter wasn't working after #850 change. - The previous version is no longer Go 1.19.
- Linter wasn't working after #850 change. - The previous version is no longer Go 1.19.
- Linter wasn't working after #850 change. - The previous version is no longer Go 1.19.
- Linter wasn't working after #850 change. - The previous version is no longer Go 1.19.
- Linter wasn't working after #850 change. - The previous version is no longer Go 1.19.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
- Linter wasn't working after #850 change. - The previous version is no longer Go 1.19.
e65a414
to
b517576
Compare
- Linter wasn't working after #850 change. - The previous version is no longer Go 1.19.
c5e386f
to
a3c30a7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
This should be merged after upgrading Go's previous version on CI (currently 1.19) to 1.20. Currently, the tests fail because of that.
Updates #738.