From 168622f25949ff8fcdca510c53a0e8652984bed2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 16:29:26 +0000 Subject: [PATCH] [Automation] Bump Golang version to 1.25.5 (#6007) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Update go.mod Made with ❤️️ by updatecli * chore: Update go.mod Made with ❤️️ by updatecli * chore: Update go.mod Made with ❤️️ by updatecli * chore: Update .go-version Made with ❤️️ by updatecli * chore: Update .golangci.yml Made with ❤️️ by updatecli --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> (cherry picked from commit fe4d3a5d4274220ca32dbf277800a85161900830) --- .go-version | 2 +- .golangci.yml | 2 +- dev-tools/go.mod | 2 +- go.mod | 2 +- testing/go.mod | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.go-version b/.go-version index 26a9e99b38..b45fe31064 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.25.4 +1.25.5 diff --git a/.golangci.yml b/.golangci.yml index 56100fcc64..dd66ee8294 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -4,7 +4,7 @@ run: timeout: 1m build-tags: - integration - go: "1.25.4" + go: "1.25.5" issues: # Maximum count of issues with the same text. diff --git a/dev-tools/go.mod b/dev-tools/go.mod index b391c0e53c..4784848950 100644 --- a/dev-tools/go.mod +++ b/dev-tools/go.mod @@ -1,6 +1,6 @@ module github.com/elastic/fleet-server/dev-tools -go 1.25.4 +go 1.25.5 tool ( github.com/elastic/go-json-schema-generate/cmd/schema-generate diff --git a/go.mod b/go.mod index 0de4edb915..ebc539ce22 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/elastic/fleet-server/v7 -go 1.25.4 +go 1.25.5 require ( github.com/Pallinder/go-randomdata v1.2.0 diff --git a/testing/go.mod b/testing/go.mod index 7fbf383987..be450b50fa 100644 --- a/testing/go.mod +++ b/testing/go.mod @@ -1,6 +1,6 @@ module github.com/elastic/fleet-server/testing -go 1.25.4 +go 1.25.5 replace ( github.com/elastic/fleet-server/pkg/api => ../pkg/api