diff --git a/images/linux/scripts/installers/go.sh b/images/linux/scripts/installers/go.sh index 8a16eef84..516d141d4 100644 --- a/images/linux/scripts/installers/go.sh +++ b/images/linux/scripts/installers/go.sh @@ -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}"