use go 1.24.1 (#3501)

This commit is contained in:
mmetc 2025-03-10 10:50:52 +01:00 committed by GitHub
parent bcce4afe5e
commit 388dd62997
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
displayName: "Install Go"
inputs:
version: '1.24.0'
version: '1.24.1'
- pwsh: |
choco install -y make

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/crowdsecurity/crowdsec
go 1.24.0
go 1.24.1
require (
entgo.io/ent v0.14.2