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 k6 and Loki dependencies #48

Merged
merged 2 commits into from
Oct 10, 2022
Merged

Update k6 and Loki dependencies #48

merged 2 commits into from
Oct 10, 2022

Conversation

chaudum
Copy link
Collaborator

@chaudum chaudum commented Oct 7, 2022

No description provided.

Signed-off-by: Christian Haudum <christian.haudum@gmail.com>
Signed-off-by: Christian Haudum <christian.haudum@gmail.com>
Copy link
Contributor

@dannykopping dannykopping left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -4,9 +4,11 @@ GO_FILES := $(shell find . -type f -name "*.go" -print)
.PHONY: run

k6: $(GO_FILES)
xk6 build \
xk6 build v0.40.0 \
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
xk6 build v0.40.0 \
xk6 build \

latest versions (from April at this point) of xk6 already build with w/e is in the actual go.mod(s) of the extensions - so you can just bump it in go.mod - which you already did ;)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I guess I should update my xk6 binary then :D
Is it ok to still keep it for backwards compatibility?

@chaudum chaudum merged commit 8aa4ab9 into main Oct 10, 2022
@chaudum chaudum deleted the chaudum/update-deps branch October 10, 2022 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants