Skip to content

Commit

Permalink
Merge pull request #10 from rprx/patch-1
Browse files Browse the repository at this point in the history
Update Golang version to 1.14.4
  • Loading branch information
xiaokangwang authored Jun 10, 2020
2 parents e920d39 + 2ef7099 commit 448d244
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)'
Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- checkout: self
- task: GoTool@0
inputs:
version: '1.14.1'
version: '1.14.4'
- script: |
bash ./testing/coverage/coverall
workingDirectory: '$(Build.SourcesDirectory)'
Expand All @@ -66,7 +66,7 @@ jobs:
- checkout: self
- task: GoTool@0
inputs:
version: '1.14.1'
version: '1.14.4'
- script: |
mkdir triggersrc
ls -I "triggersrc" | xargs cp -rf -t triggersrc
Expand Down

0 comments on commit 448d244

Please sign in to comment.