Skip to content

Commit 6b515cd

Browse files
authored
Update calculations-go.yml
1 parent ca864ad commit 6b515cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/calculations-go.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
run: |
2828
go env -w GO111MODULE=auto
2929
go get -v -t -d ./...
30+
go mod tidy
3031
if [ -f Gopkg.toml ]; then
3132
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
3233
dep ensure

0 commit comments

Comments
 (0)