mirror of
https://github.com/actions/runner-images.git
synced 2025-12-18 07:46:57 +00:00
remove >> for go installation
This commit is contained in:
@@ -43,7 +43,7 @@ function getFullGoVersion () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# load golang_tags.json file
|
# 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
|
# Install Go versions
|
||||||
for go in ${GO_VERSIONS}; do
|
for go in ${GO_VERSIONS}; do
|
||||||
echo "Installing Go ${go}"
|
echo "Installing Go ${go}"
|
||||||
|
|||||||
Reference in New Issue
Block a user