From 05493cc0960c277599b5e352d81f45ecbb02ea70 Mon Sep 17 00:00:00 2001 From: rprx <63339210+rprx@users.noreply.github.com> Date: Sun, 31 May 2020 06:08:36 +0000 Subject: [PATCH 1/2] Update azure-pipelines.yml --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4de15b48..b23ae8f6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -37,7 +37,7 @@ jobs: - checkout: self - task: GoTool@0 inputs: - version: '1.14.1' + version: '1.14.3' - script: | bash ./testing/coverage/coverall workingDirectory: '$(Build.SourcesDirectory)' @@ -59,7 +59,7 @@ jobs: - checkout: none - task: GoTool@0 inputs: - version: '1.14.1' + version: '1.14.3' - script: | sudo apt-get -y update sudo apt-get -y install jq git file pkg-config zip g++ zlib1g-dev unzip python openssl From 371e17653585f537af31348fc804960620dccc7b Mon Sep 17 00:00:00 2001 From: rprx <63339210+rprx@users.noreply.github.com> Date: Sun, 31 May 2020 06:10:23 +0000 Subject: [PATCH 2/2] Update azure-pipelines.template.yml --- azure-pipelines.template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.template.yml b/azure-pipelines.template.yml index 11b224f2..6c9d33f1 100644 --- a/azure-pipelines.template.yml +++ b/azure-pipelines.template.yml @@ -9,7 +9,7 @@ jobs: - checkout: self - task: GoTool@0 inputs: - version: '1.13' + version: '1.14' - script: | go test -p 1 -v -timeout 30m ./... workingDirectory: '$(Build.SourcesDirectory)'