export GO111MODULE=on in build-release.sh

This commit is contained in:
xtaci
2019-02-13 12:59:05 +08:00
parent 43882f89eb
commit 3be37deaed
+1
View File
@@ -1,4 +1,5 @@
#!/bin/bash
export GO111MODULE=on
sum="sha1sum"
if ! hash sha1sum 2>/dev/null; then