From dc7431022988be72226ca2e2c9cc8306f52d5545 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 24 Mar 2025 21:37:39 +0100 Subject: [PATCH 1/6] chore: Update go.mod version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d28aafc4f2c..28f17fe86e2 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/elastic/elastic-agent -go 1.24.0 +go 1.24.1 require ( github.com/Jeffail/gabs/v2 v2.6.0 From 1c0047e38933575ae27f5515f04e1bf0fcb99c61 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 24 Mar 2025 21:37:44 +0100 Subject: [PATCH 2/6] chore: Update .buildkite/pipeline.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .buildkite/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index cb80f46bd84..ff123d31486 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -202,7 +202,7 @@ steps: artifact_paths: - "build/TEST-go-unit.cov" agents: - image: "golang:1.24.0" + image: "golang:1.24.1" depends_on: - unit-tests - extended-windows From 3c88d372454e9bba897242b68e414f9eb7e6810a Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 24 Mar 2025 21:37:50 +0100 Subject: [PATCH 3/6] chore: Update .go-version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .go-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.go-version b/.go-version index 53cc1a6f929..f9e8384bb6c 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.24.0 +1.24.1 From 31961027eef3167deb94cfcebef577721ffda17a Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 24 Mar 2025 21:37:55 +0100 Subject: [PATCH 4/6] chore: Update pkg/testing/runner/runner_test.go MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- pkg/testing/runner/runner_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/testing/runner/runner_test.go b/pkg/testing/runner/runner_test.go index 5f40fbaa5a7..1f8c4fa56bf 100644 --- a/pkg/testing/runner/runner_test.go +++ b/pkg/testing/runner/runner_test.go @@ -28,7 +28,7 @@ func TestNewRunner_Clean(t *testing.T) { AgentVersion: "8.10.0", StackVersion: "8.10.0-SNAPSHOT", BuildDir: filepath.Join(tmpdir, "build"), - GOVersion: "1.24.0", + GOVersion: "1.24.1", RepoDir: filepath.Join(tmpdir, "repo"), StateDir: stateDir, ExtraEnv: nil, From f124cfc9fe7d83df82ba675f1bbaa99a6473b04a Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 24 Mar 2025 21:38:01 +0100 Subject: [PATCH 5/6] chore: Update from dockerfiles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- Dockerfile | 2 +- Dockerfile.skaffold | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ea46598b4a1..30fc022bbaa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG GO_VERSION=1.24.0 +ARG GO_VERSION=1.24.1 FROM circleci/golang:${GO_VERSION} diff --git a/Dockerfile.skaffold b/Dockerfile.skaffold index edf8470e494..ec0187b6de6 100644 --- a/Dockerfile.skaffold +++ b/Dockerfile.skaffold @@ -1,4 +1,4 @@ -ARG GO_VERSION=1.24.0 +ARG GO_VERSION=1.24.1 ARG crossbuild_image="docker.elastic.co/beats-dev/golang-crossbuild" ARG AGENT_VERSION=8.9.0-SNAPSHOT ARG AGENT_IMAGE="docker.elastic.co/beats/elastic-agent" From 061d46e889c44e2fee97e5d3fc90440510978e57 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 24 Mar 2025 21:38:07 +0100 Subject: [PATCH 6/6] chore: Update version.asciidoc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- version/docs/version.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/docs/version.asciidoc b/version/docs/version.asciidoc index d5a71f627e6..15482d5c64c 100644 --- a/version/docs/version.asciidoc +++ b/version/docs/version.asciidoc @@ -3,7 +3,7 @@ // FIXME: once elastic.co docs have been switched over to use `main`, remove // the `doc-site-branch` line below as well as any references to it in the code. :doc-site-branch: master -:go-version: 1.24.0 +:go-version: 1.24.1 :release-state: unreleased :python: 3.7 :docker: 1.12