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.
2 parents a909c7f + d6ab054 commit 4a4e9fdCopy full SHA for 4a4e9fd
.github/workflows/calculations-go.yml
@@ -25,6 +25,7 @@ jobs:
25
- name: Get dependencies
26
working-directory: src/calculations
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
.github/workflows/i104m-go.yml
working-directory: src/i104m
0 commit comments