From 206008081d8634ec179b3328fbbef5ea80d77075 Mon Sep 17 00:00:00 2001 From: zzc10086 <50003754+zzc10086@users.noreply.github.com> Date: Wed, 1 Apr 2020 16:21:30 +0800 Subject: [PATCH] golang version number 1.14.1 --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2901e3145..94f214d11 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -42,7 +42,7 @@ jobs: - checkout: self - task: GoTool@0 inputs: - version: '1.14.x' + version: '1.14.1' - script: | bash ./testing/coverage/coverall workingDirectory: '$(Build.SourcesDirectory)' @@ -66,7 +66,7 @@ jobs: - checkout: self - task: GoTool@0 inputs: - version: '1.14.x' + version: '1.14.1' - script: | mkdir triggersrc ls -I "triggersrc" | xargs cp -rf -t triggersrc