added GOPRIVATE in workflow

This commit is contained in:
LuitelSamikshya
2022-10-06 21:04:24 -05:00
parent 0c277240a3
commit a457828bb0
3 changed files with 7 additions and 1 deletions
+2
View File
@@ -24,6 +24,8 @@ jobs:
- name: Build
run: go build .
working-directory: cmd/httpx/
env:
GOPRIVATE: "github.com/projectdiscovery"
- name: Test
run: go test ./...
+2
View File
@@ -25,3 +25,5 @@ jobs:
chmod +x run.sh
bash run.sh ${{ matrix.os }}
working-directory: cmd/functional-test
env:
GOPRIVATE: "github.com/projectdiscovery"
+3 -1
View File
@@ -20,4 +20,6 @@ jobs:
with:
version: latest
args: --timeout 5m
working-directory: .
working-directory: .
env:
GOPRIVATE: "github.com/projectdiscovery"