From a7125f8bb56df8498f1b0a4a6aafdee082cae62b Mon Sep 17 00:00:00 2001 From: Oleg Sucharevich Date: Mon, 17 Aug 2026 13:30:01 -0500 Subject: [PATCH] chore(deps): bump Go to 1.26.6 (9.4) --- .go-version | 2 +- bin/{.go-1.26.3.pkg => .go-1.26.6.pkg} | 0 bin/go | 2 +- bin/gofmt | 2 +- go.mod | 2 +- scripts/update_assets_md/go.mod | 2 +- 6 files changed, 5 insertions(+), 5 deletions(-) rename bin/{.go-1.26.3.pkg => .go-1.26.6.pkg} (100%) diff --git a/.go-version b/.go-version index f8f7381409..f250c8f604 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.26.3 +1.26.6 diff --git a/bin/.go-1.26.3.pkg b/bin/.go-1.26.6.pkg similarity index 100% rename from bin/.go-1.26.3.pkg rename to bin/.go-1.26.6.pkg diff --git a/bin/go b/bin/go index 214c31530c..c65eb1bd60 120000 --- a/bin/go +++ b/bin/go @@ -1 +1 @@ -.go-1.26.3.pkg \ No newline at end of file +.go-1.26.6.pkg \ No newline at end of file diff --git a/bin/gofmt b/bin/gofmt index 214c31530c..c65eb1bd60 120000 --- a/bin/gofmt +++ b/bin/gofmt @@ -1 +1 @@ -.go-1.26.3.pkg \ No newline at end of file +.go-1.26.6.pkg \ No newline at end of file diff --git a/go.mod b/go.mod index 78f4927183..4bfe6e2420 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/elastic/cloudbeat -go 1.26.3 +go 1.26.6 require ( cloud.google.com/go/asset v1.28.0 diff --git a/scripts/update_assets_md/go.mod b/scripts/update_assets_md/go.mod index 557b8dc147..bfc9fcd05a 100644 --- a/scripts/update_assets_md/go.mod +++ b/scripts/update_assets_md/go.mod @@ -1,6 +1,6 @@ module github.com/elastic/cloudbeat/scripts/update_assets_md -go 1.26.3 +go 1.26.6 require ( github.com/ettle/strcase v0.2.0