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 3742920 commit d6ab054Copy full SHA for d6ab054
.github/workflows/i104m-go.yml
@@ -25,6 +25,7 @@ jobs:
25
- name: Get dependencies
26
working-directory: src/i104m
27
run: |
28
+ go env -w GO111MODULE=auto
29
go get -v -t -d ./...
30
if [ -f Gopkg.toml ]; then
31
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
0 commit comments