Closed Soruk closed 4 months ago
Hi,
I want to install xk6 using the following command go install go.k6.io/xk6/cmd/xk6@latest But it fails with below error:
go install go.k6.io/xk6/cmd/xk6@latest
go: go.k6.io/xk6/cmd/xk6@latest: module go.k6.io/xk6/cmd/xk6: reading https://proxy.golang.org/go.k6.io/xk6/cmd/xk6/@v/list: 403 AuthorizedOnly
I'm behind corporate proxy and I set the HTTPS_PROXY / HTTP_PROXY environnement variables but it does not helo.
Where I can find the direct link for the xk6 executable to download it directly?
Thanks.
@Soruk we don't distribute binaries. We recommend using the docker image
Hi,
I want to install xk6 using the following command
go install go.k6.io/xk6/cmd/xk6@latest
But it fails with below error:I'm behind corporate proxy and I set the HTTPS_PROXY / HTTP_PROXY environnement variables but it does not helo.
Where I can find the direct link for the xk6 executable to download it directly?
Thanks.