From 0ac216b093853fa764b05421cdf087fca12bbc09 Mon Sep 17 00:00:00 2001 From: deadprogram Date: Sat, 15 Aug 2020 09:26:06 +0200 Subject: [PATCH] build: use Golang 1.15 for MS Azure builds Signed-off-by: deadprogram --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7de03250..ec08d12b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,7 +12,7 @@ jobs: steps: - task: GoTool@0 inputs: - version: '1.14.1' + version: '1.15' - checkout: self - task: CacheBeta@0 displayName: Cache LLVM source