Skip to content

Commit 3893f12

Browse files
committed
try to set GO11MODULES
Signed-off-by: Satoshi Moris Tagomori <tagomoris@gmail.com>
1 parent fbc9603 commit 3893f12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
- uses: actions/setup-go@v2
2424
with:
2525
go-version: ${{ matrix.golang }}
26+
- name: Change GO11MODULES
27+
run: go env -w GO111MODULE=auto
2628
- name: Install requirements
2729
run: |
2830
go get github.com/bmizerany/assert

0 commit comments

Comments
 (0)