We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f48cc6d commit af9999fCopy full SHA for af9999f
azure-pipelines.yml
@@ -42,7 +42,7 @@ jobs:
42
- checkout: self
43
- task: GoTool@0
44
inputs:
45
- version: '1.14.x'
+ version: '1.14.1'
46
- script: |
47
bash ./testing/coverage/coverall
48
workingDirectory: '$(Build.SourcesDirectory)'
@@ -66,7 +66,7 @@ jobs:
66
67
68
69
70
71
mkdir triggersrc
72
ls -I "triggersrc" | xargs cp -rf -t triggersrc
0 commit comments