removed goprivate env

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