mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-05-05 12:32:34 +02:00
Fix compile error in circleci (#214)
Signed-off-by: Sandeep Rajan <srajan@infoblox.com>
This commit is contained in:
parent
f51d10388e
commit
4ec31a59be
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ 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
|
||||||
curl https://dl.google.com/go/go1.12.5.linux-amd64.tar.gz | sudo tar xz -C $GOROOT --strip-components=1
|
LATEST=$(curl -s https://golang.org/VERSION?m=text)
|
||||||
|
curl https://dl.google.com/go/${LATEST}.linux-amd64.tar.gz | sudo tar xz -C $GOROOT --strip-components=1
|
||||||
|
|
||||||
integrationDefaults: &integrationDefaults
|
integrationDefaults: &integrationDefaults
|
||||||
machine:
|
machine:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue