Skip to content

Commit

Permalink
run tests with go 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
DarienRaymond committed Feb 26, 2019
1 parent d5de8e2 commit 2708be9
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.11.5'
version: '1.12'
- 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.11.5'
version: '1.12'
- script: |
bash ./testing/coverage/coverall
workingDirectory: '$(Build.SourcesDirectory)'
Expand All @@ -59,7 +59,7 @@ jobs:
- checkout: none
- task: GoTool@0
inputs:
version: '1.11.5'
version: '1.12'
- 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 2708be9

Please sign in to comment.