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 341e816 commit ec553b3Copy full SHA for ec553b3
azure-pipelines.yml
@@ -21,7 +21,7 @@ stages:
21
- task: GoTool@0
22
displayName: "Install Go"
23
inputs:
24
- version: '1.24.1'
+ version: '1.24.3'
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.1
+go 1.24.3
4
5
require (
6
entgo.io/ent v0.14.2
0 commit comments