We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d1e011 + 20b28c1 commit 4fa6e63Copy full SHA for 4fa6e63
scripts/go_install.sh
@@ -51,6 +51,6 @@ cd "${tmp_dir}"
51
go mod init fake/mod
52
53
# install the golang module specified as the first argument
54
-go get -tags tools "${1}@${3}"
+go install -tags tools "${1}@${3}"
55
mv "${GOBIN}/${2}" "${GOBIN}/${2}-${3}"
56
ln -sf "${GOBIN}/${2}-${3}" "${GOBIN}/${2}"
0 commit comments