Skip to content

Commit 47ab986

Browse files
[Automation] Bump Golang version to 1.24.11 (#11561) (#11570)
* chore: Update go.mod version Made with ❤️️ by updatecli * chore: Update wrapper/windows/archive-proxy/go.mod version Made with ❤️️ by updatecli * chore: Update internal/edot/go.mod version Made with ❤️️ by updatecli * chore: Update version.asciidoc Made with ❤️️ by updatecli * chore: Update .go-version Made with ❤️️ by updatecli --------- (cherry picked from commit 7d6cf59) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4184503 commit 47ab986

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.24.10
1+
1.24.11

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/elastic-agent
22

3-
go 1.24.10
3+
go 1.24.11
44

55
require (
66
github.com/Jeffail/gabs/v2 v2.6.0

internal/edot/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/elastic-agent/internal/edot
22

3-
go 1.24.10
3+
go 1.24.11
44

55
replace github.com/elastic/elastic-agent => ../../
66

version/docs/version.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// FIXME: once elastic.co docs have been switched over to use `main`, remove
44
// the `doc-site-branch` line below as well as any references to it in the code.
55
:doc-site-branch: master
6-
:go-version: 1.24.10
6+
:go-version: 1.24.11
77
:release-state: unreleased
88
:python: 3.7
99
:docker: 1.12

wrapper/windows/archive-proxy/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/elastic-agent/wrapper/windows/archive-proxy
22

3-
go 1.24.10
3+
go 1.24.11
44

55
require github.com/elastic/elastic-agent v0.0.0
66

0 commit comments

Comments
 (0)