use go 1.24.3 (#3612)

This commit is contained in:
mmetc 2025-05-09 10:26:38 +02:00 committed by GitHub
parent 341e816a5c
commit ec553b34ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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
View file

@ -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