From d85d4155971ee2bb400c68859b8be0a87e0c6eba Mon Sep 17 00:00:00 2001 From: "elastic-observability-automation[bot]" <180520183+elastic-observability-automation[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 20:07:47 +0000 Subject: [PATCH 1/2] chore: Update go.mod files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- cmd/intake-receiver/go.mod | 2 +- functionaltests/go.mod | 2 +- go.mod | 2 +- systemtest/go.mod | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cmd/intake-receiver/go.mod b/cmd/intake-receiver/go.mod index d5ab7406052..1386bb9fa3b 100644 --- a/cmd/intake-receiver/go.mod +++ b/cmd/intake-receiver/go.mod @@ -1,6 +1,6 @@ module github.com/elastic/apm-server/cmd/intake-receiver -go 1.25.4 +go 1.25.5 require ( github.com/stretchr/testify v1.6.1 diff --git a/functionaltests/go.mod b/functionaltests/go.mod index 38f5fa7edb3..4aeab1a8b17 100644 --- a/functionaltests/go.mod +++ b/functionaltests/go.mod @@ -1,6 +1,6 @@ module github.com/elastic/apm-server/functionaltests -go 1.25.4 +go 1.25.5 require ( github.com/elastic/apm-perf v0.0.0-20241230130730-2ad47482b731 diff --git a/go.mod b/go.mod index 3e1d230da57..b7995360e08 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/elastic/apm-server -go 1.25.4 +go 1.25.5 require ( github.com/KimMachineGun/automemlimit v0.7.5 diff --git a/systemtest/go.mod b/systemtest/go.mod index 24face20416..1bf4fa7aa1b 100644 --- a/systemtest/go.mod +++ b/systemtest/go.mod @@ -1,6 +1,6 @@ module github.com/elastic/apm-server/systemtest -go 1.25.4 +go 1.25.5 require ( github.com/docker/docker v27.5.1+incompatible From 82e095a40ab1a13557ae068d388e17dd36262bdf Mon Sep 17 00:00:00 2001 From: "elastic-observability-automation[bot]" <180520183+elastic-observability-automation[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 20:07:54 +0000 Subject: [PATCH 2/2] chore: Update .go-version with Golang version 1.25.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .go-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.go-version b/.go-version index 26a9e99b38b..b45fe310644 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.25.4 +1.25.5