We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 958f9a7 commit 07dfcbdCopy full SHA for 07dfcbd
azure-pipelines.yml
@@ -21,7 +21,7 @@ stages:
21
- task: GoTool@0
22
displayName: "Install Go"
23
inputs:
24
- version: '1.24.3'
+ version: '1.24.4'
25
26
- pwsh: |
27
choco install -y make
go.mod
@@ -1,6 +1,6 @@
1
module github.com/crowdsecurity/crowdsec
2
3
-go 1.24.3
+go 1.24.4
4
5
require (
6
entgo.io/ent v0.14.2
0 commit comments