Skip to content

Commit 6d7d5a2

Browse files
github-actions[bot]michel-latermansimittebeahanpkoutsovasilis
authored andcommitted
[Automation] Bump Golang version to 1.24.1 (#7454)
* 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 <[email protected]> Co-authored-by: simitt <[email protected]> Co-authored-by: Eric Beahan <[email protected]> Co-authored-by: Panos Koutsovasilis <[email protected]> Co-authored-by: Julien Lind <[email protected]> (cherry picked from commit 0dc58a0)
1 parent 26fc682 commit 6d7d5a2

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed

.buildkite/scripts/buildkite-k8s-integration-tests.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ chmod +x ./testsBinary
4141

4242
export TEST_DEFINE_PREFIX="${CLUSTER_NAME}"
4343

44+
go install gotest.tools/gotestsum
45+
gotestsum --version
46+
4447
TESTS_EXIT_STATUS=0
4548
for variant in "${docker_variants[@]}"; do
4649
echo "~~~ k8s Integration tests for variant: ${variant}"

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.24.0
1+
1.24.1

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.0
1+
ARG GO_VERSION=1.24.1
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.0
1+
ARG GO_VERSION=1.24.1
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.24.0
3+
go 1.24.1
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.0
6+
:go-version: 1.24.1
77
:release-state: unreleased
88
:python: 3.7
99
:docker: 1.12

0 commit comments

Comments
 (0)