Skip to content

Commit 38ad8c6

Browse files
github-actions[bot]cmacknz
authored andcommitted
[Automation] Bump Golang version to 1.24.6 (#9287)
* chore: Update go.mod version Made with ❤️️ by updatecli * chore: Update .go-version Made with ❤️️ by updatecli * chore: Update wrapper/windows/archive-proxy/go.mod version Made with ❤️️ by updatecli * chore: Update .buildkite/pipeline.yml Made with ❤️️ by updatecli * chore: Update version.asciidoc Made with ❤️️ by updatecli * chore: Update from dockerfiles Made with ❤️️ by updatecli * Add changelog. --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Craig MacKenzie <[email protected]> (cherry picked from commit ce3862c)
1 parent 358dd75 commit 38ad8c6

File tree

8 files changed

+39
-7
lines changed

8 files changed

+39
-7
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ steps:
212212
artifact_paths:
213213
- "build/TEST-go-unit.cov"
214214
agents:
215-
image: "golang:1.24.5"
215+
image: "golang:1.24.6"
216216
depends_on:
217217
- unit-tests
218218
- extended-windows

.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.6

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.5
1+
ARG GO_VERSION=1.24.6
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.5
1+
ARG GO_VERSION=1.24.6
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"
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Kind can be one of:
2+
# - breaking-change: a change to previously-documented behavior
3+
# - deprecation: functionality that is being removed in a later release
4+
# - bug-fix: fixes a problem in a previous version
5+
# - enhancement: extends functionality but does not break or fix existing behavior
6+
# - feature: new functionality
7+
# - known-issue: problems that we are aware of in a given version
8+
# - security: impacts on the security of a product or a user’s deployment.
9+
# - upgrade: important information for someone upgrading from a prior version
10+
# - other: does not fit into any of the other categories
11+
kind: security
12+
13+
# Change summary; a 80ish characters long description of the change.
14+
summary: Upgrade to Go 1.24.6.
15+
16+
# Long description; in case the summary is not enough to describe the change
17+
# this field accommodate a description without length limits.
18+
# NOTE: This field will be rendered only for breaking-change and known-issue kinds at the moment.
19+
#description:
20+
21+
# Affected component; usually one of "elastic-agent", "fleet-server", "filebeat", "metricbeat", "auditbeat", "all", etc.
22+
component: "elastic-agent"
23+
24+
# PR URL; optional; the PR number that added the changeset.
25+
# If not present is automatically filled by the tooling finding the PR where this changelog fragment has been added.
26+
# NOTE: the tooling supports backports, so it's able to fill the original PR number instead of the backport PR number.
27+
# Please provide it if you are adding a fragment for a different PR.
28+
pr: https://github.com/elastic/elastic-agent/pull/9287
29+
30+
# Issue URL; optional; the GitHub issue related to this changeset (either closes or is part of).
31+
# If not present is automatically filled by the tooling with the issue linked to the PR number.
32+
#issue: https://github.com/owner/repo/1234

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

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

0 commit comments

Comments
 (0)