This website works better with JavaScript
Home
Explore
Help
Sign In
yosoyhendrix
/
psiphon-tunnel-core
mirror of
https://github.com/Psiphon-Labs/psiphon-tunnel-core
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Disable Go modules in CI tests
Rod Hynes
4 years ago
parent
2825734356
commit
f8ecbd30bc
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
.github/workflows/tests.yml
+ 1
- 0
.github/workflows/tests.yml
View File
@@ -28,6 +28,7 @@ jobs:
env:
GOPATH: ${{ github.workspace }}/go
+ GO111MODULE: off
steps: