Skip to content

Commit 4b81ba9

Browse files
authored
Merge pull request #2515 from rprx/patch-1
Update Golang version
2 parents 067ee43 + 371e176 commit 4b81ba9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

azure-pipelines.template.yml

+1-1
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.13'
12+
version: '1.14'
1313
- script: |
1414
go test -p 1 -v -timeout 30m ./...
1515
workingDirectory: '$(Build.SourcesDirectory)'

azure-pipelines.yml

+2-2
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.14.1'
40+
version: '1.14.3'
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.14.1'
62+
version: '1.14.3'
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)