diff --git a/azure-pipelines.template.yml b/azure-pipelines.template.yml index da062e07e..a982efbe9 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)'