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

Drop getting k6 version "latest" from CI tasks #993

Merged
merged 2 commits into from
Aug 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/mccutchen/go-httpbin v1.1.2-0.20190116014521-c5cb2f4802fa
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.8.4
go.k6.io/k6 v0.45.1-0.20230804095003-636747fc37dd
go.k6.io/k6 v0.45.1-0.20230804150043-5b5c5ccbb869
golang.org/x/net v0.11.0
golang.org/x/sync v0.2.0
gopkg.in/guregu/null.v3 v3.3.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ github.com/tidwall/pretty v1.2.1 h1:qjsOFOWWQl+N3RsoF5/ssm1pHmJJwhjlSbZ51I6wMl4=
github.com/tidwall/pretty v1.2.1/go.mod h1:ITEVvHYasfjBbM0u2Pg8T2nJnzm8xPwvNhhsoaGGjNU=
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
go.k6.io/k6 v0.45.1-0.20230804095003-636747fc37dd h1:7O98axJR/llnplxRVHhYtH5N3GTE1PyU+ypNUjRiH7U=
go.k6.io/k6 v0.45.1-0.20230804095003-636747fc37dd/go.mod h1:PHyX+z+Fml//AY5OifjBp1t4Iykz5klBrpfokK09ANw=
go.k6.io/k6 v0.45.1-0.20230804150043-5b5c5ccbb869 h1:TnFJeC+8TmDaX6T20YTNuiQx/9Z2wExAmdXgXmOdlW8=
go.k6.io/k6 v0.45.1-0.20230804150043-5b5c5ccbb869/go.mod h1:PHyX+z+Fml//AY5OifjBp1t4Iykz5klBrpfokK09ANw=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
Expand Down