diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 59aaa7db0..3faea6cbd 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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 diff --git a/go.mod b/go.mod index 51b8aacab..c136c6485 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/crowdsecurity/crowdsec -go 1.24.0 +go 1.24.1 require ( entgo.io/ent v0.14.2