From ec553b34addaee80582b0e64f1b956cfd1c58e2d Mon Sep 17 00:00:00 2001 From: mmetc <92726601+mmetc@users.noreply.github.com> Date: Fri, 9 May 2025 10:26:38 +0200 Subject: [PATCH] use go 1.24.3 (#3612) --- azure-pipelines.yml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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