Skip to content

Commit

Permalink
update hack/go_install.sh for linting
Browse files Browse the repository at this point in the history
Signed-off-by: Issif <issif+github@gadz.org>
  • Loading branch information
Issif authored and poiana committed May 11, 2022
1 parent 4856681 commit 15b1793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/go_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ cd "${tmp_dir}"
go mod init fake/mod

# install the golang module specified as the first argument
go get -tags tools "${1}@${3}"
go install -tags tools "${1}@${3}"
mv "${GOBIN}/${2}" "${GOBIN}/${2}-${3}"
ln -sf "${GOBIN}/${2}-${3}" "${GOBIN}/${2}"

0 comments on commit 15b1793

Please sign in to comment.