From 1a4244c6db5ee097b9aded407f5dacfa46db3a20 Mon Sep 17 00:00:00 2001 From: Chris O'Haver Date: Tue, 21 Dec 2021 11:50:35 -0500 Subject: [PATCH] fix circle-ci curl of go --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e5c906d..590d170 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://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 integrationDefaults: &integrationDefaults