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