Skip to content

Commit fd314a3

Browse files
authored
fix go version for azure pipeline (#3324)
1 parent 1c14014 commit fd314a3

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
@@ -21,7 +21,7 @@ stages:
2121
- task: GoTool@0
2222
displayName: "Install Go"
2323
inputs:
24-
version: '1.23'
24+
version: '1.23.3'
2525

2626
- pwsh: |
2727
choco install -y make

0 commit comments

Comments
 (0)