Skip to content

Commit fe39859

Browse files
mergify[bot]github-actions[bot]michalpristasswiatekm
authored
[8.17](backport #7736) [Automation] Bump Golang version to 1.24.2 (#8085)
* [Automation] Bump Golang version to 1.24.2 (#7736) * chore: Update version.asciidoc Made with ❤️️ by updatecli * chore: Update wrapper/windows/archive-proxy/go.mod version Made with ❤️️ by updatecli * chore: Update go.mod version Made with ❤️️ by updatecli * chore: Update from dockerfiles Made with ❤️️ by updatecli * chore: Update .buildkite/pipeline.yml Made with ❤️️ by updatecli * chore: Update .go-version Made with ❤️️ by updatecli --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> (cherry picked from commit 17f03a3) # Conflicts: # .buildkite/pipeline.yml # .go-version # Dockerfile # Dockerfile.skaffold # go.mod # version/docs/version.asciidoc # wrapper/windows/archive-proxy/go.mod * fixed conflicts * Delete wrapper proxy directory --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Michal Pristas <[email protected]> Co-authored-by: Mikołaj Świątek <[email protected]>
1 parent e6a42c2 commit fe39859

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ steps:
213213
artifact_paths:
214214
- "build/TEST-go-unit.cov"
215215
agents:
216-
image: "golang:1.23.8"
216+
image: "golang:1.24.2"
217217
depends_on:
218218
- unit-tests
219219
- extended-windows

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.23.8
1+
1.24.2

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG GO_VERSION=1.23.8
1+
ARG GO_VERSION=1.24.2
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.23.8
1+
ARG GO_VERSION=1.24.2
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.23.8
3+
go 1.24.2
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.23.8
6+
:go-version: 1.24.2
77
:release-state: unreleased
88
:python: 3.7
99
:docker: 1.12

0 commit comments

Comments
 (0)