We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
go install
go get
1 parent a7286b4 commit f784c60Copy full SHA for f784c60
1 file changed
.ci.sh
@@ -78,8 +78,8 @@ SSHWIFTY_LAST_TAG_NAME=HEAD~1
78
if [ "$SSHWIFTY_DEPLOY" = 'yes' ]; then
79
echo 'Downloading compile & deploy tools ...'
80
81
- [ "$(which ghr)" != '' ] || catch retry go get -v github.com/tcnksm/ghr
82
- [ "$(which gox)" != '' ] || catch retry go get -v github.com/mitchellh/gox
+ [ "$(which ghr)" != '' ] || catch retry go install -v github.com/tcnksm/ghr@latest
+ [ "$(which gox)" != '' ] || catch retry go install -v github.com/mitchellh/gox@latest
83
84
echo 'Fetching extra references from the repository ...'
85
0 commit comments