소스 검색

Update azure-pipelines.template.yml

rprx 5 년 전
부모
커밋
2ef709997b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      azure-pipelines.template.yml

+ 1 - 1
azure-pipelines.template.yml

@@ -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)'