From 8b3937935ee9825765483a0c310134bcadd49228 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 20:06:04 +0000 Subject: [PATCH 1/3] 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 87b26e8b1aa0..229a27c6f204 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.22.7 +1.22.8 From e5bf4d00178a9adbcb9fbd69fbb7014255b6adf0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 20:06:21 +0000 Subject: [PATCH 2/3] 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 e20e3b0fc12c..fdbded617b30 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/elastic/beats/v7 -go 1.22.0 +go 1.22 require ( cloud.google.com/go/bigquery v1.62.0 From 714054a80e65063cf4b23635b624db0dc8a25d98 Mon Sep 17 00:00:00 2001 From: Craig MacKenzie Date: Mon, 7 Oct 2024 16:24:42 -0400 Subject: [PATCH 3/3] Fix go mod tidy output. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index fdbded617b30..e20e3b0fc12c 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/elastic/beats/v7 -go 1.22 +go 1.22.0 require ( cloud.google.com/go/bigquery v1.62.0