mirror of
https://github.com/coredns/coredns.git
synced 2025-08-06 14:27:03 +02:00
grep out the timestamp line (#6251)
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
This commit is contained in:
parent
9313984196
commit
c657af467b
@ -13,7 +13,7 @@ initWorkingDir: &initWorkingDir
|
|||||||
GOROOT=$(go env GOROOT)
|
GOROOT=$(go env GOROOT)
|
||||||
sudo rm -r $(go env GOROOT)
|
sudo rm -r $(go env GOROOT)
|
||||||
sudo mkdir $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
|
curl https://dl.google.com/go/${LATEST}.linux-amd64.tar.gz | sudo tar xz -C $GOROOT --strip-components=1
|
||||||
|
|
||||||
integrationDefaults: &integrationDefaults
|
integrationDefaults: &integrationDefaults
|
||||||
|
Loading…
Reference in New Issue
Block a user