From c657af467b4d5a81fdd296f0917213db71a3dd6d Mon Sep 17 00:00:00 2001 From: Chris O'Haver Date: Thu, 10 Aug 2023 09:17:34 -0400 Subject: [PATCH] grep out the timestamp line (#6251) Signed-off-by: Chris O'Haver --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 132f788df..9c13b5456 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,7 +13,7 @@ initWorkingDir: &initWorkingDir GOROOT=$(go env GOROOT) sudo rm -r $(go env GOROOT) sudo mkdir $GOROOT - LATEST=$(curl -s https://go.dev/VERSION?m=text) + LATEST=$(curl -s https://go.dev/VERSION?m=text | grep -v time) curl https://dl.google.com/go/${LATEST}.linux-amd64.tar.gz | sudo tar xz -C $GOROOT --strip-components=1 integrationDefaults: &integrationDefaults