Skip to content

Commit 2708be9

Browse files
committed
run tests with go 1.12
1 parent d5de8e2 commit 2708be9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

azure-pipelines.template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- checkout: self
1010
- task: GoTool@0
1111
inputs:
12-
version: '1.11.5'
12+
version: '1.12'
1313
- script: |
1414
go test -p 1 -v -timeout 30m ./...
1515
workingDirectory: '$(Build.SourcesDirectory)'

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- checkout: self
3838
- task: GoTool@0
3939
inputs:
40-
version: '1.11.5'
40+
version: '1.12'
4141
- script: |
4242
bash ./testing/coverage/coverall
4343
workingDirectory: '$(Build.SourcesDirectory)'
@@ -59,7 +59,7 @@ jobs:
5959
- checkout: none
6060
- task: GoTool@0
6161
inputs:
62-
version: '1.11.5'
62+
version: '1.12'
6363
- script: |
6464
sudo apt-get -y update
6565
sudo apt-get -y install jq git file pkg-config zip g++ zlib1g-dev unzip python openssl

0 commit comments

Comments
 (0)