Browse Source

Disable Go modules in CI tests

Rod Hynes 4 years ago
parent
commit
f8ecbd30bc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/tests.yml

+ 1 - 0
.github/workflows/tests.yml

@@ -28,6 +28,7 @@ jobs:
 
     env:
       GOPATH: ${{ github.workspace }}/go
+      GO111MODULE: off
 
     steps: