Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TEST_TIMEOUT?=5m
GO_LICENSER_EXCLUDE=stacktrace/testdata
GO_LANGUAGE_VERSION=1.23.0
GO_LANGUAGE_VERSION=1.24.0

.PHONY: check
check: precheck check-modules test
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ require (
howett.net/plist v0.0.0-20181124034731-591f970eefbb // indirect
)

go 1.23.0
go 1.24.0
2 changes: 1 addition & 1 deletion internal/apmgodog/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module apmgodog/v2

go 1.23.0
go 1.24.0

require (
github.com/cucumber/godog v0.12.2
Expand Down
2 changes: 1 addition & 1 deletion internal/apmschema/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module go.elastic.co/apm/internal/apmschema/v2

go 1.23.0
go 1.24.0

require (
github.com/pkg/errors v0.9.1
Expand Down
2 changes: 1 addition & 1 deletion internal/tracecontexttest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ replace go.elastic.co/apm/v2 => ../..

replace go.elastic.co/apm/module/apmhttp/v2 => ../../module/apmhttp

go 1.23.0
go 1.24.0
2 changes: 1 addition & 1 deletion module/apmawssdkgo/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module go.elastic.co/apm/module/apmawssdkgo/v2

go 1.23.0
go 1.24.0

require (
github.com/aws/aws-sdk-go v1.38.14
Expand Down
2 changes: 1 addition & 1 deletion module/apmazure/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module go.elastic.co/apm/module/apmazure/v2

go 1.23.0
go 1.24.0

require (
github.com/Azure/azure-pipeline-go v0.2.3
Expand Down
2 changes: 1 addition & 1 deletion module/apmbeego/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ replace go.elastic.co/apm/module/apmhttp/v2 => ../apmhttp

replace go.elastic.co/apm/module/apmsql/v2 => ../apmsql

go 1.23.0
go 1.24.0
2 changes: 1 addition & 1 deletion module/apmchi/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ replace go.elastic.co/apm/v2 => ../..

replace go.elastic.co/apm/module/apmhttp/v2 => ../apmhttp

go 1.23.0
go 1.24.0
2 changes: 1 addition & 1 deletion module/apmchiv5/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ replace go.elastic.co/apm/v2 => ../..

replace go.elastic.co/apm/module/apmhttp/v2 => ../apmhttp

go 1.23.0
go 1.24.0
2 changes: 1 addition & 1 deletion module/apmecho/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ replace go.elastic.co/apm/v2 => ../..

replace go.elastic.co/apm/module/apmhttp/v2 => ../apmhttp

go 1.23.0
go 1.24.0
2 changes: 1 addition & 1 deletion module/apmechov4/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ replace go.elastic.co/apm/v2 => ../..

replace go.elastic.co/apm/module/apmhttp/v2 => ../apmhttp

go 1.23.0
go 1.24.0
2 changes: 1 addition & 1 deletion module/apmelasticsearch/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ replace go.elastic.co/apm/v2 => ../..

replace go.elastic.co/apm/module/apmhttp/v2 => ../apmhttp

go 1.23.0
go 1.24.0
2 changes: 1 addition & 1 deletion module/apmelasticsearch/internal/integration/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ replace go.elastic.co/apm/module/apmelasticsearch/v2 => ../..

replace go.elastic.co/apm/module/apmhttp/v2 => ../../../apmhttp

go 1.23.0
go 1.24.0
2 changes: 1 addition & 1 deletion module/apmfasthttp/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module go.elastic.co/apm/module/apmfasthttp/v2

go 1.23.0
go 1.24.0

require (
github.com/stretchr/testify v1.8.4
Expand Down
2 changes: 1 addition & 1 deletion module/apmfiber/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ replace go.elastic.co/apm/module/apmhttp/v2 => ../apmhttp

replace go.elastic.co/apm/module/apmfasthttp/v2 => ../apmfasthttp

go 1.23.0
go 1.24.0
2 changes: 1 addition & 1 deletion module/apmgin/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ replace go.elastic.co/apm/v2 => ../..

replace go.elastic.co/apm/module/apmhttp/v2 => ../apmhttp

go 1.23.0
go 1.24.0
2 changes: 1 addition & 1 deletion module/apmgocql/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ require (

replace go.elastic.co/apm/v2 => ../..

go 1.23.0
go 1.24.0
2 changes: 1 addition & 1 deletion module/apmgokit/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ replace go.elastic.co/apm/module/apmgrpc/v2 => ../apmgrpc

replace go.elastic.co/apm/module/apmhttp/v2 => ../apmhttp

go 1.23.0
go 1.24.0
2 changes: 1 addition & 1 deletion module/apmgometrics/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ require (

replace go.elastic.co/apm/v2 => ../..

go 1.23.0
go 1.24.0
2 changes: 1 addition & 1 deletion module/apmgopg/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ replace go.elastic.co/apm/v2 => ../..

replace go.elastic.co/apm/module/apmsql/v2 => ../apmsql

go 1.23.0
go 1.24.0
2 changes: 1 addition & 1 deletion module/apmgopgv10/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ replace go.elastic.co/apm/v2 => ../..

replace go.elastic.co/apm/module/apmsql/v2 => ../apmsql

go 1.23.0
go 1.24.0
2 changes: 1 addition & 1 deletion module/apmgoredis/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module go.elastic.co/apm/module/apmgoredis/v2

go 1.23.0
go 1.24.0

require (
github.com/go-redis/redis v6.15.9+incompatible
Expand Down
2 changes: 1 addition & 1 deletion module/apmgoredisv8/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module go.elastic.co/apm/module/apmgoredisv8/v2

go 1.23.0
go 1.24.0

require (
github.com/go-redis/redis/v8 v8.11.4
Expand Down
2 changes: 1 addition & 1 deletion module/apmgorilla/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ replace go.elastic.co/apm/v2 => ../..

replace go.elastic.co/apm/module/apmhttp/v2 => ../apmhttp

go 1.23.0
go 1.24.0
2 changes: 1 addition & 1 deletion module/apmgorm/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ replace go.elastic.co/apm/v2 => ../..

replace go.elastic.co/apm/module/apmsql/v2 => ../apmsql

go 1.23.0
go 1.24.0
2 changes: 1 addition & 1 deletion module/apmgormv2/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ replace go.elastic.co/apm/v2 => ../..

replace go.elastic.co/apm/module/apmsql/v2 => ../apmsql

go 1.23.0
go 1.24.0
2 changes: 1 addition & 1 deletion module/apmgrpc/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ replace go.elastic.co/apm/v2 => ../..

replace go.elastic.co/apm/module/apmhttp/v2 => ../apmhttp

go 1.23.0
go 1.24.0
2 changes: 1 addition & 1 deletion module/apmhttp/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ func TestWithClientTrace(t *testing.T) {
})

require.Len(t, spans, 4)
assert.Equal(t, fmt.Sprintf(fmt.Sprintf("Connect %s", server.Listener.Addr())), spans[0].Name)
assert.Equal(t, fmt.Sprintf("Connect %s", server.Listener.Addr()), spans[0].Name)
assert.Equal(t, "Request", spans[1].Name)
assert.Equal(t, "Response", spans[2].Name)
}
Expand Down
2 changes: 1 addition & 1 deletion module/apmhttp/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ require (

replace go.elastic.co/apm/v2 => ../..

go 1.23.0
go 1.24.0
2 changes: 1 addition & 1 deletion module/apmhttprouter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ replace go.elastic.co/apm/v2 => ../..

replace go.elastic.co/apm/module/apmhttp/v2 => ../apmhttp

go 1.23.0
go 1.24.0
2 changes: 1 addition & 1 deletion module/apmlambda/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ require (

replace go.elastic.co/apm/v2 => ../..

go 1.23.0
go 1.24.0
2 changes: 1 addition & 1 deletion module/apmlogrus/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ require (

replace go.elastic.co/apm/v2 => ../..

go 1.23.0
go 1.24.0
2 changes: 1 addition & 1 deletion module/apmmongo/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ require (

replace go.elastic.co/apm/v2 => ../..

go 1.23.0
go 1.24.0
2 changes: 1 addition & 1 deletion module/apmnegroni/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module go.elastic.co/apm/module/apmnegroni/v2

go 1.23.0
go 1.24.0

require (
github.com/stretchr/testify v1.8.4
Expand Down
2 changes: 1 addition & 1 deletion module/apmot/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ replace go.elastic.co/apm/v2 => ../..

replace go.elastic.co/apm/module/apmhttp/v2 => ../apmhttp

go 1.23.0
go 1.24.0
2 changes: 1 addition & 1 deletion module/apmotel/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ replace go.elastic.co/apm/v2 => ../..

replace go.elastic.co/apm/module/apmhttp/v2 => ../apmhttp

go 1.23.0
go 1.24.0
2 changes: 1 addition & 1 deletion module/apmpgx/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module go.elastic.co/apm/module/apmpgx/v2

go 1.23.0
go 1.24.0

require (
github.com/jackc/pgx/v4 v4.18.2
Expand Down
2 changes: 1 addition & 1 deletion module/apmpgxv5/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module go.elastic.co/apm/module/apmpgxv5/v2

go 1.23.0
go 1.24.0

require (
github.com/jackc/pgx/v5 v5.5.4
Expand Down
2 changes: 1 addition & 1 deletion module/apmprometheus/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ require (

replace go.elastic.co/apm/v2 => ../..

go 1.23.0
go 1.24.0
2 changes: 1 addition & 1 deletion module/apmredigo/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ require (

replace go.elastic.co/apm/v2 => ../..

go 1.23.0
go 1.24.0
2 changes: 1 addition & 1 deletion module/apmrestful/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ replace go.elastic.co/apm/v2 => ../..

replace go.elastic.co/apm/module/apmhttp/v2 => ../apmhttp

go 1.23.0
go 1.24.0
2 changes: 1 addition & 1 deletion module/apmrestfulv3/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ replace go.elastic.co/apm/v2 => ../..

replace go.elastic.co/apm/module/apmhttp/v2 => ../apmhttp

go 1.23.0
go 1.24.0
2 changes: 1 addition & 1 deletion module/apmslog/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ require (

replace go.elastic.co/apm/v2 => ../..

go 1.23.0
go 1.24.0
2 changes: 1 addition & 1 deletion module/apmsql/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ require (

replace go.elastic.co/apm/v2 => ../..

go 1.23.0
go 1.24.0
2 changes: 1 addition & 1 deletion module/apmzap/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ require (

replace go.elastic.co/apm/v2 => ../..

go 1.23.0
go 1.24.0
2 changes: 1 addition & 1 deletion module/apmzerolog/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ require (

replace go.elastic.co/apm/v2 => ../..

go 1.23.0
go 1.24.0
2 changes: 1 addition & 1 deletion scripts/genmod/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ require (

replace go.elastic.co/apm/v2 => ../..

go 1.23.0
go 1.24.0