diff --git a/.go-version b/.go-version index 7a429d68a36..8407e260086 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.24.6 +1.24.7 diff --git a/cmd/intake-receiver/go.mod b/cmd/intake-receiver/go.mod index 2432c76050f..785bf539d9d 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.24.6 +go 1.24.7 require ( github.com/stretchr/testify v1.6.1 diff --git a/go.mod b/go.mod index e5a25bd3cf7..06eef3eacd9 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/elastic/apm-server -go 1.24.6 +go 1.24.7 require ( github.com/KimMachineGun/automemlimit v0.7.4 diff --git a/integrationservertest/go.mod b/integrationservertest/go.mod index e5d6b0ad569..8e0ed117c3c 100644 --- a/integrationservertest/go.mod +++ b/integrationservertest/go.mod @@ -1,6 +1,6 @@ module github.com/elastic/apm-server/integrationservertest -go 1.24.6 +go 1.24.7 require ( github.com/dnaeon/go-vcr v1.2.0 diff --git a/systemtest/go.mod b/systemtest/go.mod index 0f4f38c1412..1bb420d027e 100644 --- a/systemtest/go.mod +++ b/systemtest/go.mod @@ -1,6 +1,6 @@ module github.com/elastic/apm-server/systemtest -go 1.24.6 +go 1.24.7 require ( github.com/docker/docker v28.3.3+incompatible