From 2708be9d43553bd1eb9ac947b49da31bdff3131e Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Tue, 26 Feb 2019 10:19:36 +0100 Subject: [PATCH] run tests with go 1.12 --- azure-pipelines.template.yml | 2 +- azure-pipelines.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.template.yml b/azure-pipelines.template.yml index a9f60636a..867d7e5ff 100644 --- a/azure-pipelines.template.yml +++ b/azure-pipelines.template.yml @@ -9,7 +9,7 @@ jobs: - checkout: self - task: GoTool@0 inputs: - version: '1.11.5' + version: '1.12' - script: | go test -p 1 -v -timeout 30m ./... workingDirectory: '$(Build.SourcesDirectory)' diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ca51e2838..b8c907583 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -37,7 +37,7 @@ jobs: - checkout: self - task: GoTool@0 inputs: - version: '1.11.5' + version: '1.12' - script: | bash ./testing/coverage/coverall workingDirectory: '$(Build.SourcesDirectory)' @@ -59,7 +59,7 @@ jobs: - checkout: none - task: GoTool@0 inputs: - version: '1.11.5' + version: '1.12' - script: | sudo apt-get -y update sudo apt-get -y install jq git file pkg-config zip g++ zlib1g-dev unzip python openssl