diff --git a/.go-version b/.go-version index f1968aa8818..0e0c284d88a 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.25.7 +1.25.9 diff --git a/cmd/intake-receiver/go.mod b/cmd/intake-receiver/go.mod index 8ccffda37fc..16c87ff48b1 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.26.1 +go 1.26.2 require ( github.com/stretchr/testify v1.6.1 diff --git a/go.mod b/go.mod index 90eacc0f6a5..f0372627588 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/elastic/apm-server -go 1.26.1 +go 1.26.2 require ( github.com/KimMachineGun/automemlimit v0.7.5 diff --git a/integrationservertest/go.mod b/integrationservertest/go.mod index 60fe8d62222..408c39be19a 100644 --- a/integrationservertest/go.mod +++ b/integrationservertest/go.mod @@ -1,6 +1,6 @@ module github.com/elastic/apm-server/integrationservertest -go 1.26.1 +go 1.26.2 require ( github.com/dnaeon/go-vcr v1.2.0 diff --git a/systemtest/go.mod b/systemtest/go.mod index 451f27a2835..b9809591c72 100644 --- a/systemtest/go.mod +++ b/systemtest/go.mod @@ -1,6 +1,6 @@ module github.com/elastic/apm-server/systemtest -go 1.26.1 +go 1.26.2 require ( github.com/docker/docker v28.5.2+incompatible