Skip to content

Commit

Permalink
Merge pull request #2515 from rprx/patch-1
Browse files Browse the repository at this point in the history
Update Golang version
  • Loading branch information
kslr authored May 31, 2020
2 parents 067ee43 + 371e176 commit 4b81ba9
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 @@ -37,7 +37,7 @@ jobs:
- checkout: self
- task: GoTool@0
inputs:
version: '1.14.1'
version: '1.14.3'
- script: |
bash ./testing/coverage/coverall
workingDirectory: '$(Build.SourcesDirectory)'
Expand All @@ -59,7 +59,7 @@ jobs:
- checkout: none
- task: GoTool@0
inputs:
version: '1.14.1'
version: '1.14.3'
- script: |
sudo apt-get -y update
sudo apt-get -y install jq git file pkg-config zip g++ zlib1g-dev unzip python openssl
Expand Down

0 comments on commit 4b81ba9

Please sign in to comment.