-
Notifications
You must be signed in to change notification settings - Fork 11
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
bump k6 version to 0.51.0 and go version to 1.21 #11
Conversation
kempsterc
commented
May 10, 2024
•
edited
Loading
edited
- k6 version to 0.51.0
- go version to 1.21 in CI
@LeonAdato would you mind reviewing please? |
@kempsterc sorry for the delay. I'm traveling and speaking at events this week and probably won't be able to review until early next week. |
Ah! Apologies. |
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.
@kempsterc appears good to me! Thanks!
Verified using the following steps:
- Checkout branch using
gh pr checkout 11
- Build k6 with updated extension using
make
- Confirmed k6 version upgrade using
./k6 version
- Start a StatsD target of a Graphite server using the Docker Compose file,
docker compose up
- Executed test script with new binary using
./k6 run -o output-statsd examples/ramping-vus.js
- Confirmed in Graphite UI (http://localhost:80/) that updates were coming into the instance
- Confirmed GitHub Actions from CI passed
I followed the steps above, before I pushed |
@javaducky @LeonAdato can we merge this one please? |
@javaducky @LeonAdato is there a release planned for any time soon? |
@nicholaspshaw |
I'm traveling home today but will review and merge tomorrow when I'm back at my desk. Thank you for the help! ( And patience!) |