Skip to content

Commit 4150851

Browse files
authored
fix: set go version to 1.24.0 (#527)
follow the go support policy and support the latest two major versions of go. set 1.24.0 as the minimum version
1 parent aa6b909 commit 4150851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/elastic/apm-data
22

3-
go 1.24.1
3+
go 1.24.0
44

55
require (
66
github.com/elastic/opentelemetry-lib v0.21.0

0 commit comments

Comments
 (0)