Skip to content

Commit

Permalink
📌 Explicitly pin k6 to v0.52.0 (#1125)
Browse files Browse the repository at this point in the history
  • Loading branch information
rblaine95 authored Oct 17, 2024
1 parent 1251665 commit db2ee32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/k6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /app
# xk6-sse doesn't support k6>=0.53
# https://github.com/phymbert/xk6-sse/issues/19
RUN go install go.k6.io/xk6/cmd/[email protected]
RUN xk6 build --output /app/xk6 \
RUN xk6 build v0.52.0 --output /app/xk6 \
--with github.com/avitalique/[email protected] \
--with github.com/phymbert/[email protected]

Expand Down

0 comments on commit db2ee32

Please sign in to comment.