Skip to content

Commit 63f647f

Browse files
mergify[bot]github-actions[bot]AndersonQ
authored
[8.18](backport #46070) [Automation] Bump Golang version to 1.24.7 (#46430)
* [Automation] Bump Golang version to 1.24.7 (#46070) * use golang:1.24.7-bookworm to use python 3.11 Some python packages have been removed in python 3.12 and 3.13 and it causes problems with the python dependencies we use. --------- Co-authored-by: Anderson Queiroz <[email protected]> (cherry picked from commit 69b50c3) # Conflicts: # libbeat/docs/version.asciidoc * fix merge conflicts --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Anderson Queiroz <[email protected]>
1 parent ad4bde6 commit 63f647f

File tree

14 files changed

+14
-13
lines changed

14 files changed

+14
-13
lines changed

.go-version

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

CHANGELOG.next.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff]
8080
- Lower logging level to debug when attempting to configure beats with unknown fields from autodiscovered events/environments {pull}[37816][37816]
8181
- Set timeout of 1 minute for FQDN requests {pull}37756[37756]
8282
- 'add_cloud_metadata' processor - improve AWS provider HTTP client overriding to support custom certificate bundle handling {pull}44189[44189]
83+
- Update Go version to 1.24.7 {pull}46070[46070].
8384

8485
*Auditbeat*
8586

auditbeat/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.5
1+
FROM golang:1.24.7-bookworm
22

33
RUN \
44
apt-get update \

dev-tools/kubernetes/filebeat/Dockerfile.debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.5 as builder
1+
FROM golang:1.24.7-bookworm as builder
22

33
ENV PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/go/bin:/usr/local/go/bin
44

dev-tools/kubernetes/heartbeat/Dockerfile.debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.5 as builder
1+
FROM golang:1.24.7-bookworm as builder
22

33
ENV PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/go/bin:/usr/local/go/bin
44

dev-tools/kubernetes/metricbeat/Dockerfile.debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.5 as builder
1+
FROM golang:1.24.7-bookworm as builder
22

33
ENV PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/go/bin:/usr/local/go/bin
44

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/beats/v7
22

3-
go 1.24.5
3+
go 1.24.7
44

55
require (
66
cloud.google.com/go/bigquery v1.62.0

heartbeat/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.5
1+
FROM golang:1.24.7-bookworm
22

33
RUN \
44
apt-get update \

libbeat/docs/version.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:stack-version: 8.18.6
22
:doc-branch: 8.18
3-
:go-version: 1.24.5
3+
:go-version: 1.24.7
44
:release-state: unreleased
55
:python: 3.7
66
:docker: 1.12

metricbeat/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.5
1+
FROM golang:1.24.7-bookworm
22
COPY --from=docker:26.0.0-alpine3.19 /usr/local/bin/docker /usr/local/bin/
33

44
RUN \

0 commit comments

Comments
 (0)