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

Commit 8afbd61

Browse files
committed
Use GOPRIVATE instead of GOPROXY
We see the following error when Github CI runs our E2E tests: go: downloading go.k6.io/k6 v0.35.0 go: go.k6.io/k6@v0.35.0 requires gopkg.in/guregu/null.v2@v2.1.2: unrecognized import path "gopkg.in/guregu/null.v2": reading https://gopkg.in/guregu/null.v2?go-get=1: 502 Bad Gateway server response: Cannot obtain refs from GitHub: cannot talk to GitHub: Get https://github.com/guregu/null.git/info/refs?service=git-upload-pack: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
1 parent 0e0f966 commit 8afbd61

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)