Skip to content

Commit 59aeaf3

Browse files
fix(deps): Update dependency go to v1.26.2 (#22805)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://go.dev/) ([source](https://redirect.github.com/golang/go)) | golang | patch | `1.26.1` → `1.26.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/22356) for more information. --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "before 3am on Saturday" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://redirect.github.com/renovatebot/renovate).
1 parent 3474594 commit 59aeaf3

32 files changed

Lines changed: 32 additions & 32 deletions

File tree

cli/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/cloudquery/cloudquery/cli/v6
22

3-
go 1.26.1
3+
go 1.26.2
44

55
require (
66
github.com/apache/arrow-go/v18 v18.5.2

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/cloudquery/cloudquery/v6
22

3-
go 1.26.1
3+
go 1.26.2
44

55
require github.com/cloudquery/cloudquery/cli/v6 v6.35.7
66

plugins/destination/azblob/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/cloudquery/cloudquery/plugins/destination/azblob/v4
22

3-
go 1.26.1
3+
go 1.26.2
44

55
require (
66
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.13.1

plugins/destination/bigquery/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/cloudquery/cloudquery/plugins/destination/bigquery/v4
22

3-
go 1.26.1
3+
go 1.26.2
44

55
require (
66
cloud.google.com/go/bigquery v1.76.0

plugins/destination/clickhouse/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/cloudquery/cloudquery/plugins/destination/clickhouse/v8
22

3-
go 1.26.1
3+
go 1.26.2
44

55
require (
66
github.com/ClickHouse/clickhouse-go/v2 v2.45.0

plugins/destination/duckdb/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/cloudquery/cloudquery/plugins/destination/duckdb/v5
22

3-
go 1.26.1
3+
go 1.26.2
44

55
require (
66
github.com/apache/arrow-go/v18 v18.5.2

plugins/destination/elasticsearch/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/cloudquery/cloudquery/plugins/destination/elasticsearch/v4
22

3-
go 1.26.1
3+
go 1.26.2
44

55
require (
66
github.com/apache/arrow-go/v18 v18.5.2

plugins/destination/file/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/cloudquery/cloudquery/plugins/destination/file/v5
22

3-
go 1.26.1
3+
go 1.26.2
44

55
require (
66
github.com/apache/arrow-go/v18 v18.5.2

plugins/destination/firehose/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/cloudquery/cloudquery/plugins/destination/firehose/v2
22

3-
go 1.26.1
3+
go 1.26.2
44

55
require (
66
github.com/apache/arrow-go/v18 v18.5.2

plugins/destination/gcs/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/cloudquery/cloudquery/plugins/destination/gcs/v5
22

3-
go 1.26.1
3+
go 1.26.2
44

55
require (
66
cloud.google.com/go/storage v1.62.1

0 commit comments

Comments
 (0)