Skip to content

Commit

Permalink
fix go version for azure pipeline (#3324)
Browse files Browse the repository at this point in the history
  • Loading branch information
blotus authored Nov 12, 2024
1 parent 1c14014 commit fd314a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ stages:
- task: GoTool@0
displayName: "Install Go"
inputs:
version: '1.23'
version: '1.23.3'

- pwsh: |
choco install -y make
Expand Down

0 comments on commit fd314a3

Please sign in to comment.