Skip to content

Commit 9a66edc

Browse files
committed
build: use Golang 1.15 for MS Azure builds
Signed-off-by: deadprogram <[email protected]>
1 parent bd06230 commit 9a66edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- task: GoTool@0
1414
inputs:
15-
version: '1.14.1'
15+
version: '1.15'
1616
- checkout: self
1717
- task: CacheBeta@0
1818
displayName: Cache LLVM source

0 commit comments

Comments
 (0)