Skip to content

Commit 78b36f8

Browse files
committed
Enable GO111MODULE when retrieving addlicense
1 parent 6bd999b commit 78b36f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373

7474
- name: Check License headers
7575
run: |
76-
GO111MODULE=off go install github.com/google/addlicense
76+
GO111MODULE=on go install github.com/google/addlicense
7777
7878
addlicense -check $(find . -type f -name "*.go")
7979
addlicense -check $(find . -type f -name "*.sh")

0 commit comments

Comments
 (0)