@@ -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)'
@@ -37,7 +37,7 @@ jobs:
bash ./testing/coverage/coverall
@@ -59,7 +59,7 @@ jobs:
- checkout: none
sudo apt-get -y update
sudo apt-get -y install jq git file pkg-config zip g++ zlib1g-dev unzip python openssl