Skip to content

Commit

Permalink
Drop "latest" from e2e workflow
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
inancgumus committed Aug 7, 2023
1 parent c0a6fb8 commit 2b8f969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
which go
go version
GOPRIVATE="go.k6.io/k6" xk6 build latest \
GOPRIVATE="go.k6.io/k6" xk6 build \
--output ./k6extension \
--with github.com/grafana/xk6-browser=.
./k6extension version
Expand Down

0 comments on commit 2b8f969

Please sign in to comment.