Skip to content

Commit 89e51ad

Browse files
committed
fixing createRelease.sh for go 1.11
1 parent 392cdba commit 89e51ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

createRelease.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ fi
4343

4444
echo 'Installing dependencies ...'
4545
# Dependencies
46-
go get -u github.com/c4milo/github-release
47-
go get -u github.com/mitchellh/gox
46+
GO111MODULE=off go get -u github.com/c4milo/github-release
47+
GO111MODULE=off go get -u github.com/mitchellh/gox
4848

4949
# Cleanup
5050
rm -rf build dist && mkdir -p build dist

0 commit comments

Comments
 (0)