There was an error while loading. Please reload this page.
1 parent fbc9603 commit 3893f12Copy full SHA for 3893f12
.github/workflows/ci.yaml
@@ -23,6 +23,8 @@ jobs:
23
- uses: actions/setup-go@v2
24
with:
25
go-version: ${{ matrix.golang }}
26
+ - name: Change GO11MODULES
27
+ run: go env -w GO111MODULE=auto
28
- name: Install requirements
29
run: |
30
go get github.com/bmizerany/assert
0 commit comments