Skip to content

Commit 8b36adf

Browse files
committed
github CI -- enforce go modules
1 parent 11f5926 commit 8b36adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
- name: Check out code into the Go module directory
1414
uses: actions/checkout@v1
1515
- name: Test
16-
run: go test ./...
16+
run: GO111MODULE=on go test ./...

0 commit comments

Comments
 (0)