Skip to content

Commit 4384715

Browse files
[Automation] Bump Golang version to 1.24.5 (#8919) (#8935)
* chore: Update wrapper/windows/archive-proxy/go.mod version Made with ❤️️ by updatecli * chore: Update version.asciidoc Made with ❤️️ by updatecli * chore: Update .buildkite/pipeline.yml Made with ❤️️ by updatecli * chore: Update .go-version Made with ❤️️ by updatecli * chore: Update from dockerfiles Made with ❤️️ by updatecli * chore: Update go.mod version Made with ❤️️ by updatecli --------- (cherry picked from commit 5934e75) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2f7cca4 commit 4384715

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ steps:
255255
artifact_paths:
256256
- "build/TEST-go-unit.cov"
257257
agents:
258-
image: "golang:1.24.4"
258+
image: "golang:1.24.5"
259259
depends_on:
260260
- unit-tests
261261
- extended-windows

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.24.4
1+
1.24.5

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG GO_VERSION=1.24.4
1+
ARG GO_VERSION=1.24.5
22
FROM circleci/golang:${GO_VERSION}
33

44

Dockerfile.skaffold

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG GO_VERSION=1.24.4
1+
ARG GO_VERSION=1.24.5
22
ARG crossbuild_image="docker.elastic.co/beats-dev/golang-crossbuild"
33
ARG AGENT_VERSION=8.9.0-SNAPSHOT
44
ARG AGENT_IMAGE="docker.elastic.co/beats/elastic-agent"

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.4
3+
go 1.24.5
44

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

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.4
6+
:go-version: 1.24.5
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.4
3+
go 1.24.5
44

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

0 commit comments

Comments
 (0)