From 395174d453d7b826f7dfd917f418b52f3d55026c Mon Sep 17 00:00:00 2001 From: Kslr Date: Wed, 9 Sep 2020 18:31:57 +0800 Subject: [PATCH] update bazel 3.5.0 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ae3f08108..808d0e173 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -14,7 +14,7 @@ variables: - name: GOPATH value: '$(system.defaultWorkingDirectory)/gopath' - name: BAZEL_VER - value: '0.23.0' + value: '3.5.0' steps: - checkout: self