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

Commit ca26b90

Browse files
authored
Merge pull request #135 from grafana/fix/e2e-cannot-talk-to-github
2 parents 0e0f966 + 8afbd61 commit ca26b90

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
@@ -41,7 +41,7 @@ jobs:
4141
which go
4242
go version
4343
44-
GOPROXY="direct" xk6 build latest \
44+
GOPRIVATE="go.k6.io/k6" xk6 build latest \
4545
--output ./k6ext \
4646
--with github.com/grafana/xk6-browser=.
4747
./k6ext version

0 commit comments

Comments
 (0)