From 92010b74cb055e5e5af66c0b8985c5f23caf58e2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 20:05:57 +0000 Subject: [PATCH 1/4] chore: Update go.mod 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 18a122805..0e53d2622 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/elastic/fleet-server/v7 -go 1.22 +go 1.23 require ( github.com/Pallinder/go-randomdata v1.2.0 From 507adcc6b732d3a51b380d5147d2f317c90a581a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 20:05:59 +0000 Subject: [PATCH 2/4] chore: Update .golangci.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 16b28eb6f..98b91c7f1 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -3,7 +3,7 @@ run: # timeout for analysis, e.g. 30s, 5m, default is 1m timeout: 1m build-tags: integration - go: "1.23.1" + go: "1.23.2" issues: # Maximum count of issues with the same text. From 4837ebe39ce1421854271818e219572f73bb82ee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 20:06:00 +0000 Subject: [PATCH 3/4] 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 49e0a31d4..14bee92c9 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.23.1 +1.23.2 From 45b795065b8694b76b8bd970435d128bb8c9c416 Mon Sep 17 00:00:00 2001 From: Blake Rouse Date: Thu, 3 Oct 2024 09:44:35 -0400 Subject: [PATCH 4/4] go mod tidy --- internal/pkg/config/env_defaults_test.go | 2 +- testing/go.mod | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/internal/pkg/config/env_defaults_test.go b/internal/pkg/config/env_defaults_test.go index b2c096aef..28172471d 100644 --- a/internal/pkg/config/env_defaults_test.go +++ b/internal/pkg/config/env_defaults_test.go @@ -11,8 +11,8 @@ import ( testlog "github.com/elastic/fleet-server/v7/internal/pkg/testing/log" - "github.com/stretchr/testify/require" "github.com/rs/zerolog" + "github.com/stretchr/testify/require" ) func TestLoadLimits(t *testing.T) { diff --git a/testing/go.mod b/testing/go.mod index 69c236352..eb1864db4 100644 --- a/testing/go.mod +++ b/testing/go.mod @@ -1,6 +1,8 @@ module github.com/elastic/fleet-server/testing -go 1.22 +go 1.23 + +toolchain go1.23.2 replace ( github.com/elastic/fleet-server/pkg/api => ../pkg/api