From 9ca24f9d24ea5aa49ceb1c0bd44d5c24fea057ac Mon Sep 17 00:00:00 2001 From: mikeee Date: Mon, 8 Feb 2021 00:40:34 +0000 Subject: [PATCH] Revert to get the latest version of Go Signed-off-by: mikeee --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e4d913200b..bf54ec5ba0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -60,7 +60,7 @@ jobs: # Temporary workaround until circleci updates go. shell: bash command: | - choco install golang --version 1.15.7 + choco upgrade -y golang - run: shell: bash command: |