Skip to content

Commit 4a4e9fd

Browse files
committed
Merge branch 'master' of https://github.com/riclolsen/json-scada
2 parents a909c7f + d6ab054 commit 4a4e9fd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/calculations-go.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- name: Get dependencies
2626
working-directory: src/calculations
2727
run: |
28+
go env -w GO111MODULE=auto
2829
go get -v -t -d ./...
2930
if [ -f Gopkg.toml ]; then
3031
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh

.github/workflows/i104m-go.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- name: Get dependencies
2626
working-directory: src/i104m
2727
run: |
28+
go env -w GO111MODULE=auto
2829
go get -v -t -d ./...
2930
if [ -f Gopkg.toml ]; then
3031
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh

0 commit comments

Comments
 (0)