Skip to content

Commit cc51658

Browse files
mergify[bot]elastic-observability-automation[bot]kruskall
authored
[8.19] (backport #19199) [updatecli] Bump Golang version to 1.25.3 (#19483)
* [updatecli] Bump Golang version to 1.25.3 (#19199) * chore: Update go.mod files Made with ❤️️ by updatecli * chore: Update .go-version with Golang version 1.25.3 Made with ❤️️ by updatecli --------- Co-authored-by: elastic-observability-automation[bot] <180520183+elastic-observability-automation[bot]@users.noreply.github.com> Co-authored-by: kruskall <[email protected]> (cherry picked from commit 0d45205) # Conflicts: # .go-version # cmd/intake-receiver/go.mod # go.mod # integrationservertest/go.mod # systemtest/go.mod * Update go.mod * Delete integrationservertest/go.mod * Update go.mod * Update .go-version * Update go.mod --------- Co-authored-by: elastic-observability-automation[bot] <180520183+elastic-observability-automation[bot]@users.noreply.github.com> Co-authored-by: kruskall <[email protected]>
1 parent 1919ceb commit cc51658

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.25.1
1+
1.25.3

cmd/intake-receiver/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-server/cmd/intake-receiver
22

3-
go 1.25.1
3+
go 1.25.3
44

55
require (
66
github.com/stretchr/testify v1.6.1

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-server
22

3-
go 1.25.1
3+
go 1.25.3
44

55
require (
66
github.com/KimMachineGun/automemlimit v0.7.5

systemtest/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-server/systemtest
22

3-
go 1.25.1
3+
go 1.25.3
44

55
require (
66
github.com/docker/docker v27.5.1+incompatible

0 commit comments

Comments
 (0)