aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Chris O'Haver <cohaver@infoblox.com> 2023-08-10 09:17:34 -0400
committerGravatar GitHub <noreply@github.com> 2023-08-10 09:17:34 -0400
commitc657af467b4d5a81fdd296f0917213db71a3dd6d (patch)
treeac7a2519fc904c0e765efdbc5dc03348a11d68bb
parent93139841965d8a4e6791dbe2e4d154991fc6a59b (diff)
downloadcoredns-c657af467b4d5a81fdd296f0917213db71a3dd6d.tar.gz
coredns-c657af467b4d5a81fdd296f0917213db71a3dd6d.tar.zst
coredns-c657af467b4d5a81fdd296f0917213db71a3dd6d.zip
grep out the timestamp line (#6251)
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
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