Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 7a14fd4

Browse files
committed
Drop "latest" from e2e workflow
k6 v0.45.1 is failing with go get and go getting with "latest" causes our CI to fail, too. It was working so far, but with the regression in v0.45.0, the CI task has stopped working.
1 parent 271a358 commit 7a14fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
which go
4545
go version
4646
47-
GOPRIVATE="go.k6.io/k6" xk6 build latest \
47+
GOPRIVATE="go.k6.io/k6" xk6 build \
4848
--output ./k6extension \
4949
--with github.com/grafana/xk6-browser=.
5050
./k6extension version

0 commit comments

Comments
 (0)