Skip to content

Commit 88ce109

Browse files
committed
fix product build to use go 1.18
1 parent 8d632fe commit 88ce109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/azure-pipelines/build-common.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ parameters:
1111
steps:
1212
- task: GoTool@0
1313
inputs:
14-
version: '1.16.5'
14+
version: '1.18'
1515
goBin: $(Build.SourcesDirectory)
1616

1717
- task: Go@0

0 commit comments

Comments
 (0)