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

Commit 9d71ade

Browse files
authored
Merge pull request #993 from grafana/update/k6-v0.45.1
Drop getting k6 version "latest" from CI tasks
2 parents 1b44fa2 + 7a14fd4 commit 9d71ade

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/mccutchen/go-httpbin v1.1.2-0.20190116014521-c5cb2f4802fa
1111
github.com/sirupsen/logrus v1.9.3
1212
github.com/stretchr/testify v1.8.4
13-
go.k6.io/k6 v0.45.1-0.20230804095003-636747fc37dd
13+
go.k6.io/k6 v0.45.1-0.20230804150043-5b5c5ccbb869
1414
golang.org/x/net v0.11.0
1515
golang.org/x/sync v0.2.0
1616
gopkg.in/guregu/null.v3 v3.3.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ github.com/tidwall/pretty v1.2.1 h1:qjsOFOWWQl+N3RsoF5/ssm1pHmJJwhjlSbZ51I6wMl4=
131131
github.com/tidwall/pretty v1.2.1/go.mod h1:ITEVvHYasfjBbM0u2Pg8T2nJnzm8xPwvNhhsoaGGjNU=
132132
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
133133
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
134-
go.k6.io/k6 v0.45.1-0.20230804095003-636747fc37dd h1:7O98axJR/llnplxRVHhYtH5N3GTE1PyU+ypNUjRiH7U=
135-
go.k6.io/k6 v0.45.1-0.20230804095003-636747fc37dd/go.mod h1:PHyX+z+Fml//AY5OifjBp1t4Iykz5klBrpfokK09ANw=
134+
go.k6.io/k6 v0.45.1-0.20230804150043-5b5c5ccbb869 h1:TnFJeC+8TmDaX6T20YTNuiQx/9Z2wExAmdXgXmOdlW8=
135+
go.k6.io/k6 v0.45.1-0.20230804150043-5b5c5ccbb869/go.mod h1:PHyX+z+Fml//AY5OifjBp1t4Iykz5klBrpfokK09ANw=
136136
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
137137
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
138138
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=

0 commit comments

Comments
 (0)