From 14e4f96c0744224e0066db6b6b30483854d1eeaf Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Wed, 24 Nov 2021 12:36:21 +0800 Subject: [PATCH] Fix CircleCI build failure (#5006) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d3f1e6153..fa21b279d 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