diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3faea6cbd..f2525027a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,7 +21,7 @@ stages: - task: GoTool@0 displayName: "Install Go" inputs: - version: '1.24.1' + version: '1.24.3' - pwsh: | choco install -y make diff --git a/go.mod b/go.mod index 6c027fec4..771b058b8 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/crowdsecurity/crowdsec -go 1.24.1 +go 1.24.3 require ( entgo.io/ent v0.14.2