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 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