Update azure-pipelines.template.yml

pull/2561/head
rprx 2020-06-03 14:52:30 +00:00 committed by GitHub
parent 3507f39677
commit 2ef709997b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ jobs:
- checkout: self - checkout: self
- task: GoTool@0 - task: GoTool@0
inputs: inputs:
version: '1.13' version: '1.14'
- script: | - script: |
go test -p 1 -v -timeout 30m ./... go test -p 1 -v -timeout 30m ./...
workingDirectory: '$(Build.SourcesDirectory)' workingDirectory: '$(Build.SourcesDirectory)'