mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-11 12:25:53 +02:00
CI: use go 1.24 for windows (#3479)
This commit is contained in:
parent
105801d1f9
commit
8da6a4dc92
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ stages:
|
||||||
- task: GoTool@0
|
- task: GoTool@0
|
||||||
displayName: "Install Go"
|
displayName: "Install Go"
|
||||||
inputs:
|
inputs:
|
||||||
version: '1.23.3'
|
version: '1.24.0'
|
||||||
|
|
||||||
- pwsh: |
|
- pwsh: |
|
||||||
choco install -y make
|
choco install -y make
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue