mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 22:26:56 +00:00
remove >> for go installation
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user