mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-05-05 04:28:38 +02:00
fix circle-ci curl of go
This commit is contained in:
parent
8e13ce82cc
commit
1a4244c6db
1 changed files with 1 additions and 1 deletions
|
@ -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://golang.org/VERSION?m=text)
|
LATEST=$(curl -s https://go.dev/VERSION?m=text)
|
||||||
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…
Add table
Add a link
Reference in a new issue