Skip to content

Commit d7e5937

Browse files
authored
Upgrade Go to 1.24 (#1767)
* upgrade Go to 1.24 * remove double Sprintf
1 parent e9eddce commit d7e5937

File tree

48 files changed

+48
-48
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+48
-48
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TEST_TIMEOUT?=5m
22
GO_LICENSER_EXCLUDE=stacktrace/testdata
3-
GO_LANGUAGE_VERSION=1.23.0
3+
GO_LANGUAGE_VERSION=1.24.0
44

55
.PHONY: check
66
check: precheck check-modules test

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ require (
2121
howett.net/plist v0.0.0-20181124034731-591f970eefbb // indirect
2222
)
2323

24-
go 1.23.0
24+
go 1.24.0

internal/apmgodog/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module apmgodog/v2
22

3-
go 1.23.0
3+
go 1.24.0
44

55
require (
66
github.com/cucumber/godog v0.12.2

internal/apmschema/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.elastic.co/apm/internal/apmschema/v2
22

3-
go 1.23.0
3+
go 1.24.0
44

55
require (
66
github.com/pkg/errors v0.9.1

internal/tracecontexttest/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ replace go.elastic.co/apm/v2 => ../..
1919

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

22-
go 1.23.0
22+
go 1.24.0

module/apmawssdkgo/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.elastic.co/apm/module/apmawssdkgo/v2
22

3-
go 1.23.0
3+
go 1.24.0
44

55
require (
66
github.com/aws/aws-sdk-go v1.38.14

module/apmazure/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.elastic.co/apm/module/apmazure/v2
22

3-
go 1.23.0
3+
go 1.24.0
44

55
require (
66
github.com/Azure/azure-pipeline-go v0.2.3

module/apmbeego/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ replace go.elastic.co/apm/module/apmhttp/v2 => ../apmhttp
4545

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

48-
go 1.23.0
48+
go 1.24.0

module/apmchi/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ replace go.elastic.co/apm/v2 => ../..
2727

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

30-
go 1.23.0
30+
go 1.24.0

module/apmchiv5/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ replace go.elastic.co/apm/v2 => ../..
2727

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

30-
go 1.23.0
30+
go 1.24.0

0 commit comments

Comments
 (0)