We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f5926 commit 8b36adfCopy full SHA for 8b36adf
.github/workflows/go.yml
@@ -13,4 +13,4 @@ jobs:
13
- name: Check out code into the Go module directory
14
uses: actions/checkout@v1
15
- name: Test
16
- run: go test ./...
+ run: GO111MODULE=on go test ./...
0 commit comments