aboutsummaryrefslogtreecommitdiff
path: root/installer/go_install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'installer/go_install.sh')
-rwxr-xr-xinstaller/go_install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/installer/go_install.sh b/installer/go_install.sh
index be5feff..4f6b6dd 100755
--- a/installer/go_install.sh
+++ b/installer/go_install.sh
@@ -6,4 +6,5 @@
set -e
GOPATH=$(pwd) GOBIN=$(pwd) GO111MODULE=on go get -v "$1"
+GOPATH=$(pwd) GO111MODULE=on go clean -modcache
rm -rf src pkg 2> /dev/null