mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-10 20:05:55 +02:00
use go 1.24.3 (#3612)
This commit is contained in:
parent
341e816a5c
commit
ec553b34ad
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ stages:
|
||||||
- task: GoTool@0
|
- task: GoTool@0
|
||||||
displayName: "Install Go"
|
displayName: "Install Go"
|
||||||
inputs:
|
inputs:
|
||||||
version: '1.24.1'
|
version: '1.24.3'
|
||||||
|
|
||||||
- pwsh: |
|
- pwsh: |
|
||||||
choco install -y make
|
choco install -y make
|
||||||
|
|
2
go.mod
2
go.mod
|
@ -1,6 +1,6 @@
|
||||||
module github.com/crowdsecurity/crowdsec
|
module github.com/crowdsecurity/crowdsec
|
||||||
|
|
||||||
go 1.24.1
|
go 1.24.3
|
||||||
|
|
||||||
require (
|
require (
|
||||||
entgo.io/ent v0.14.2
|
entgo.io/ent v0.14.2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue