Skip to content

Commit 07dfcbd

Browse files
authored
use go 1.24.4 (#3674)
1 parent 958f9a7 commit 07dfcbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ stages:
2121
- task: GoTool@0
2222
displayName: "Install Go"
2323
inputs:
24-
version: '1.24.3'
24+
version: '1.24.4'
2525

2626
- pwsh: |
2727
choco install -y make

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/crowdsecurity/crowdsec
22

3-
go 1.24.3
3+
go 1.24.4
44

55
require (
66
entgo.io/ent v0.14.2

0 commit comments

Comments
 (0)