From 6d7d5a27e6d33632c5f0a382a6083fae375b5ecc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 07:25:49 +0100 Subject: [PATCH] [Automation] Bump Golang version to 1.24.1 (#7454) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Update from dockerfiles Made with ❤️️ by updatecli * chore: Update version.asciidoc Made with ❤️️ by updatecli * chore: Update go.mod version Made with ❤️️ by updatecli * chore: Update .go-version Made with ❤️️ by updatecli * fix: install gotestsum inside buildkite-k8s-integration-tests.sh --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Michel Laterman <82832767+michel-laterman@users.noreply.github.com> Co-authored-by: simitt Co-authored-by: Eric Beahan Co-authored-by: Panos Koutsovasilis Co-authored-by: Julien Lind (cherry picked from commit 0dc58a0b8b6ceac491a2d3474e0dcaf035476293) --- .buildkite/scripts/buildkite-k8s-integration-tests.sh | 3 +++ .go-version | 2 +- Dockerfile | 2 +- Dockerfile.skaffold | 2 +- go.mod | 2 +- version/docs/version.asciidoc | 2 +- 6 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.buildkite/scripts/buildkite-k8s-integration-tests.sh b/.buildkite/scripts/buildkite-k8s-integration-tests.sh index 72001cbd45d..d387e59599c 100755 --- a/.buildkite/scripts/buildkite-k8s-integration-tests.sh +++ b/.buildkite/scripts/buildkite-k8s-integration-tests.sh @@ -41,6 +41,9 @@ chmod +x ./testsBinary export TEST_DEFINE_PREFIX="${CLUSTER_NAME}" +go install gotest.tools/gotestsum +gotestsum --version + TESTS_EXIT_STATUS=0 for variant in "${docker_variants[@]}"; do echo "~~~ k8s Integration tests for variant: ${variant}" 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 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" diff --git a/go.mod b/go.mod index 38c54a731bd..d2f2487a318 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 diff --git a/version/docs/version.asciidoc b/version/docs/version.asciidoc index e232d197fe7..afa3c8cca2c 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