remove >> for go installation

This commit is contained in:
Mikhail Timofeev
2020-04-28 19:30:42 +03:00
parent 69ed53cb8e
commit 415ba013ba

View File

@@ -43,7 +43,7 @@ function getFullGoVersion () {
}
# load golang_tags.json file
curl -s 'https://api.github.com/repos/golang/go/git/refs/tags' >> $golangTags
curl -s 'https://api.github.com/repos/golang/go/git/refs/tags' > $golangTags
# Install Go versions
for go in ${GO_VERSIONS}; do
echo "Installing Go ${go}"