Skip to content

Commit d378b4b

Browse files
authored
fix product build to use go 1.18 (#117)
1 parent 8d632fe commit d378b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/azure-pipelines/build-common.yml

Lines changed: 1 addition & 1 deletion
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)