Skip to content

Commit acb9786

Browse files
authored
chore(deps): Update dependency go to v1.25.7 (#22026)
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [go](https://go.dev/) ([source](https://redirect.github.com/golang/go)) | | patch | `1.25.6` -> `1.25.7` | `1.26.0` | | [go](https://go.dev/) ([source](https://redirect.github.com/golang/go)) | golang | patch | `1.25.6` -> `1.25.7` | `1.26.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on Saturday" (UTC), 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 these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
1 parent 4fc956c commit acb9786

45 files changed

Lines changed: 58 additions & 58 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/cli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ jobs:
7474
path: |
7575
~/.cache/go-build
7676
~/go/pkg/mod
77-
key: ubuntu-go-1.25.6-release-cache-${{ hashFiles('cli/go.sum') }}
77+
key: ubuntu-go-1.25.7-release-cache-${{ hashFiles('cli/go.sum') }}
7878
restore-keys: |
79-
ubuntu-go-1.25.6-release-cache-cli
79+
ubuntu-go-1.25.7-release-cache-cli
8080
- name: Set up Go
8181
if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push'
8282
uses: actions/setup-go@v6

.github/workflows/dest_bigquery.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ jobs:
8484
path: |
8585
~/.cache/go-build
8686
~/go/pkg/mod
87-
key: ${{ runner.os }}-go-1.25.6-validate-plugin-fips-cache-${{ hashFiles('plugins/destination/bigquery/go.sum') }}
87+
key: ${{ runner.os }}-go-1.25.7-validate-plugin-fips-cache-${{ hashFiles('plugins/destination/bigquery/go.sum') }}
8888
restore-keys: |
89-
${{ runner.os }}-go-1.25.6-validate-plugin-fips-cache-destination-bigquery
89+
${{ runner.os }}-go-1.25.7-validate-plugin-fips-cache-destination-bigquery
9090
9191
- name: Set up Go 1.x
9292
uses: actions/setup-go@v6

.github/workflows/dest_kafka.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ jobs:
6969
path: |
7070
~/.cache/go-build
7171
~/go/pkg/mod
72-
key: ${{ runner.os }}-go-1.25.6-validate-plugin-fips-cache-${{ hashFiles('plugins/destination/kafka/go.sum') }}
72+
key: ${{ runner.os }}-go-1.25.7-validate-plugin-fips-cache-${{ hashFiles('plugins/destination/kafka/go.sum') }}
7373
restore-keys: |
74-
${{ runner.os }}-go-1.25.6-validate-plugin-fips-cache-destination-kafka
74+
${{ runner.os }}-go-1.25.7-validate-plugin-fips-cache-destination-kafka
7575
7676
- name: Set up Go 1.x
7777
uses: actions/setup-go@v6

.github/workflows/dest_postgresql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ jobs:
7171
path: |
7272
~/.cache/go-build
7373
~/go/pkg/mod
74-
key: ${{ runner.os }}-go-1.25.6-validate-plugin-fips-cache-${{ hashFiles('plugins/destination/postgresql/go.sum') }}
74+
key: ${{ runner.os }}-go-1.25.7-validate-plugin-fips-cache-${{ hashFiles('plugins/destination/postgresql/go.sum') }}
7575
restore-keys: |
76-
${{ runner.os }}-go-1.25.6-validate-plugin-fips-cache-destination-postgresql
76+
${{ runner.os }}-go-1.25.7-validate-plugin-fips-cache-destination-postgresql
7777
7878
- name: Set up Go 1.x
7979
uses: actions/setup-go@v6

.github/workflows/publish_plugin_to_hub.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,9 +490,9 @@ jobs:
490490
path: |
491491
~/.cache/go-build
492492
~/go/pkg/mod
493-
key: ${{ runner.os }}-go-1.25.6-publish-plugin-to-hub-cache-${{ hashFiles(format('{0}/{1}', needs.prepare.outputs.plugin_dir, 'go.sum')) }}
493+
key: ${{ runner.os }}-go-1.25.7-publish-plugin-to-hub-cache-${{ hashFiles(format('{0}/{1}', needs.prepare.outputs.plugin_dir, 'go.sum')) }}
494494
restore-keys: |
495-
${{ runner.os }}-go-1.25.6-publish-plugin-to-hub-cache-plugins-${{ needs.prepare.outputs.plugin_kind }}-${{ needs.prepare.outputs.plugin_name }}
495+
${{ runner.os }}-go-1.25.7-publish-plugin-to-hub-cache-plugins-${{ needs.prepare.outputs.plugin_kind }}-${{ needs.prepare.outputs.plugin_name }}
496496
497497
- name: Set up Go 1.x
498498
uses: actions/setup-go@v6

.github/workflows/publish_plugin_to_hub_duckdb.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ jobs:
106106
path: |
107107
~/.cache/go-build
108108
~/go/pkg/mod
109-
key: ${{ runner.os }}-go-1.25.6-publish-plugin-to-hub-cache-${{ hashFiles(format('{0}/{1}', needs.prepare.outputs.plugin_dir, 'go.sum')) }}
109+
key: ${{ runner.os }}-go-1.25.7-publish-plugin-to-hub-cache-${{ hashFiles(format('{0}/{1}', needs.prepare.outputs.plugin_dir, 'go.sum')) }}
110110
restore-keys: |
111-
${{ runner.os }}-go-1.25.6-publish-plugin-to-hub-cache-plugins-${{ needs.prepare.outputs.plugin_kind }}-${{ needs.prepare.outputs.plugin_name }}
111+
${{ runner.os }}-go-1.25.7-publish-plugin-to-hub-cache-plugins-${{ needs.prepare.outputs.plugin_kind }}-${{ needs.prepare.outputs.plugin_name }}
112112
113113
- name: Set up Go 1.x
114114
uses: actions/setup-go@v6

.github/workflows/publish_plugin_to_hub_fips.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ jobs:
6262
path: |
6363
~/.cache/go-build
6464
~/go/pkg/mod
65-
key: ${{ runner.os }}-go-1.25.6-publish-plugin-to-hub-fips-cache-${{ hashFiles(format('{0}/{1}', needs.prepare.outputs.plugin_dir, 'go.sum')) }}
65+
key: ${{ runner.os }}-go-1.25.7-publish-plugin-to-hub-fips-cache-${{ hashFiles(format('{0}/{1}', needs.prepare.outputs.plugin_dir, 'go.sum')) }}
6666
restore-keys: |
67-
${{ runner.os }}-go-1.25.6-publish-plugin-to-hub-fips-cache-plugins-${{ needs.prepare.outputs.plugin_kind }}-${{ needs.prepare.outputs.plugin_name }}
67+
${{ runner.os }}-go-1.25.7-publish-plugin-to-hub-fips-cache-plugins-${{ needs.prepare.outputs.plugin_kind }}-${{ needs.prepare.outputs.plugin_name }}
6868
6969
- name: Set up Go 1.x
7070
uses: actions/setup-go@v6

.github/workflows/publish_plugin_to_hub_snowflake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ jobs:
108108
path: |
109109
~/.cache/go-build
110110
~/go/pkg/mod
111-
key: ${{ runner.os }}-go-1.25.6-publish-plugin-to-hub-cache-${{ hashFiles(format('{0}/{1}', needs.prepare.outputs.plugin_dir, 'go.sum')) }}
111+
key: ${{ runner.os }}-go-1.25.7-publish-plugin-to-hub-cache-${{ hashFiles(format('{0}/{1}', needs.prepare.outputs.plugin_dir, 'go.sum')) }}
112112
restore-keys: |
113-
${{ runner.os }}-go-1.25.6-publish-plugin-to-hub-cache-plugins-${{ needs.prepare.outputs.plugin_kind }}-${{ needs.prepare.outputs.plugin_name }}
113+
${{ runner.os }}-go-1.25.7-publish-plugin-to-hub-cache-plugins-${{ needs.prepare.outputs.plugin_kind }}-${{ needs.prepare.outputs.plugin_name }}
114114
115115
- name: Set up Go 1.x
116116
uses: actions/setup-go@v6

.github/workflows/publish_plugin_to_hub_sqlite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ jobs:
106106
path: |
107107
~/.cache/go-build
108108
~/go/pkg/mod
109-
key: ${{ runner.os }}-go-1.25.6-publish-plugin-to-hub-cache-${{ hashFiles(format('{0}/{1}', needs.prepare.outputs.plugin_dir, 'go.sum')) }}
109+
key: ${{ runner.os }}-go-1.25.7-publish-plugin-to-hub-cache-${{ hashFiles(format('{0}/{1}', needs.prepare.outputs.plugin_dir, 'go.sum')) }}
110110
restore-keys: |
111-
${{ runner.os }}-go-1.25.6-publish-plugin-to-hub-cache-plugins-${{ needs.prepare.outputs.plugin_kind }}-${{ needs.prepare.outputs.plugin_name }}
111+
${{ runner.os }}-go-1.25.7-publish-plugin-to-hub-cache-plugins-${{ needs.prepare.outputs.plugin_kind }}-${{ needs.prepare.outputs.plugin_name }}
112112
113113
- name: Set up Go 1.x
114114
uses: actions/setup-go@v6

.github/workflows/release_cli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
path: |
4040
~/.cache/go-build
4141
~/go/pkg/mod
42-
key: ${{ runner.os }}-go-1.25.6-release-cache-${{ hashFiles('cli/go.sum') }}
42+
key: ${{ runner.os }}-go-1.25.7-release-cache-${{ hashFiles('cli/go.sum') }}
4343
restore-keys: |
44-
${{ runner.os }}-go-1.25.6-release-cache-cli
44+
${{ runner.os }}-go-1.25.7-release-cache-cli
4545
- name: Set up Go 1.x
4646
uses: actions/setup-go@v6
4747
with:

0 commit comments

Comments
 (0)