We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5de8e2 commit 2708be9Copy full SHA for 2708be9
2 files changed
azure-pipelines.template.yml
@@ -9,7 +9,7 @@ jobs:
9
- checkout: self
10
- task: GoTool@0
11
inputs:
12
- version: '1.11.5'
+ version: '1.12'
13
- script: |
14
go test -p 1 -v -timeout 30m ./...
15
workingDirectory: '$(Build.SourcesDirectory)'
azure-pipelines.yml
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
41
42
bash ./testing/coverage/coverall
43
@@ -59,7 +59,7 @@ jobs:
59
- checkout: none
60
61
62
63
64
sudo apt-get -y update
65
sudo apt-get -y install jq git file pkg-config zip g++ zlib1g-dev unzip python openssl
0 commit comments