Skip to content

Commit 5ab809c

Browse files
cq-boterezrokah
andauthored
chore(deps): Update dependency go to v1.25.0 (#21229)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://go.dev/) ([source](https://redirect.github.com/golang/go)) | | minor | `1.24.5` -> `1.25.0` | | [go](https://go.dev/) ([source](https://redirect.github.com/golang/go)) | golang | minor | `1.24.5` -> `1.25.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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwibm8gYXV0b21lcmdlIl19--> Co-authored-by: Erez Rokah <erezrokah@users.noreply.github.com>
1 parent 73796e8 commit 5ab809c

43 files changed

Lines changed: 53 additions & 53 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
@@ -71,9 +71,9 @@ jobs:
7171
path: |
7272
~/.cache/go-build
7373
~/go/pkg/mod
74-
key: ubuntu-go-1.24.5-release-cache-${{ hashFiles('cli/go.sum') }}
74+
key: ubuntu-go-1.25.0-release-cache-${{ hashFiles('cli/go.sum') }}
7575
restore-keys: |
76-
ubuntu-go-1.24.5-release-cache-cli
76+
ubuntu-go-1.25.0-release-cache-cli
7777
- name: Set up Go
7878
if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push'
7979
uses: actions/setup-go@v5

.github/workflows/publish_plugin_to_hub.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,9 +485,9 @@ jobs:
485485
path: |
486486
~/.cache/go-build
487487
~/go/pkg/mod
488-
key: ${{ runner.os }}-go-1.24.5-publish-plugin-to-hub-cache-${{ hashFiles(format('{0}/{1}', needs.prepare.outputs.plugin_dir, 'go.sum')) }}
488+
key: ${{ runner.os }}-go-1.25.0-publish-plugin-to-hub-cache-${{ hashFiles(format('{0}/{1}', needs.prepare.outputs.plugin_dir, 'go.sum')) }}
489489
restore-keys: |
490-
${{ runner.os }}-go-1.24.5-publish-plugin-to-hub-cache-plugins-${{ needs.prepare.outputs.plugin_kind }}-${{ needs.prepare.outputs.plugin_name }}
490+
${{ runner.os }}-go-1.25.0-publish-plugin-to-hub-cache-plugins-${{ needs.prepare.outputs.plugin_kind }}-${{ needs.prepare.outputs.plugin_name }}
491491
492492
- name: Set up Go 1.x
493493
uses: actions/setup-go@v5

.github/workflows/publish_plugin_to_hub_duckdb.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ jobs:
101101
path: |
102102
~/.cache/go-build
103103
~/go/pkg/mod
104-
key: ${{ runner.os }}-go-1.24.5-publish-plugin-to-hub-cache-${{ hashFiles(format('{0}/{1}', needs.prepare.outputs.plugin_dir, 'go.sum')) }}
104+
key: ${{ runner.os }}-go-1.25.0-publish-plugin-to-hub-cache-${{ hashFiles(format('{0}/{1}', needs.prepare.outputs.plugin_dir, 'go.sum')) }}
105105
restore-keys: |
106-
${{ runner.os }}-go-1.24.5-publish-plugin-to-hub-cache-plugins-${{ needs.prepare.outputs.plugin_kind }}-${{ needs.prepare.outputs.plugin_name }}
106+
${{ runner.os }}-go-1.25.0-publish-plugin-to-hub-cache-plugins-${{ needs.prepare.outputs.plugin_kind }}-${{ needs.prepare.outputs.plugin_name }}
107107
108108
- name: Set up Go 1.x
109109
uses: actions/setup-go@v5

.github/workflows/publish_plugin_to_hub_fips.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ jobs:
5656
path: |
5757
~/.cache/go-build
5858
~/go/pkg/mod
59-
key: ${{ runner.os }}-go-1.24.5-publish-plugin-to-hub-fips-cache-${{ hashFiles(format('{0}/{1}', needs.prepare.outputs.plugin_dir, 'go.sum')) }}
59+
key: ${{ runner.os }}-go-1.25.0-publish-plugin-to-hub-fips-cache-${{ hashFiles(format('{0}/{1}', needs.prepare.outputs.plugin_dir, 'go.sum')) }}
6060
restore-keys: |
61-
${{ runner.os }}-go-1.24.5-publish-plugin-to-hub-fips-cache-plugins-${{ needs.prepare.outputs.plugin_kind }}-${{ needs.prepare.outputs.plugin_name }}
61+
${{ runner.os }}-go-1.25.0-publish-plugin-to-hub-fips-cache-plugins-${{ needs.prepare.outputs.plugin_kind }}-${{ needs.prepare.outputs.plugin_name }}
6262
6363
- name: Set up Go 1.x
6464
uses: actions/setup-go@v5

.github/workflows/publish_plugin_to_hub_snowflake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ jobs:
103103
path: |
104104
~/.cache/go-build
105105
~/go/pkg/mod
106-
key: ${{ runner.os }}-go-1.24.5-publish-plugin-to-hub-cache-${{ hashFiles(format('{0}/{1}', needs.prepare.outputs.plugin_dir, 'go.sum')) }}
106+
key: ${{ runner.os }}-go-1.25.0-publish-plugin-to-hub-cache-${{ hashFiles(format('{0}/{1}', needs.prepare.outputs.plugin_dir, 'go.sum')) }}
107107
restore-keys: |
108-
${{ runner.os }}-go-1.24.5-publish-plugin-to-hub-cache-plugins-${{ needs.prepare.outputs.plugin_kind }}-${{ needs.prepare.outputs.plugin_name }}
108+
${{ runner.os }}-go-1.25.0-publish-plugin-to-hub-cache-plugins-${{ needs.prepare.outputs.plugin_kind }}-${{ needs.prepare.outputs.plugin_name }}
109109
110110
- name: Set up Go 1.x
111111
uses: actions/setup-go@v5

.github/workflows/publish_plugin_to_hub_sqlite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ jobs:
101101
path: |
102102
~/.cache/go-build
103103
~/go/pkg/mod
104-
key: ${{ runner.os }}-go-1.24.5-publish-plugin-to-hub-cache-${{ hashFiles(format('{0}/{1}', needs.prepare.outputs.plugin_dir, 'go.sum')) }}
104+
key: ${{ runner.os }}-go-1.25.0-publish-plugin-to-hub-cache-${{ hashFiles(format('{0}/{1}', needs.prepare.outputs.plugin_dir, 'go.sum')) }}
105105
restore-keys: |
106-
${{ runner.os }}-go-1.24.5-publish-plugin-to-hub-cache-plugins-${{ needs.prepare.outputs.plugin_kind }}-${{ needs.prepare.outputs.plugin_name }}
106+
${{ runner.os }}-go-1.25.0-publish-plugin-to-hub-cache-plugins-${{ needs.prepare.outputs.plugin_kind }}-${{ needs.prepare.outputs.plugin_name }}
107107
108108
- name: Set up Go 1.x
109109
uses: actions/setup-go@v5

.github/workflows/release_cli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
path: |
3333
~/.cache/go-build
3434
~/go/pkg/mod
35-
key: ${{ runner.os }}-go-1.24.5-release-cache-${{ hashFiles('cli/go.sum') }}
35+
key: ${{ runner.os }}-go-1.25.0-release-cache-${{ hashFiles('cli/go.sum') }}
3636
restore-keys: |
37-
${{ runner.os }}-go-1.24.5-release-cache-cli
37+
${{ runner.os }}-go-1.25.0-release-cache-cli
3838
- name: Set up Go 1.x
3939
uses: actions/setup-go@v5
4040
with:

.github/workflows/release_scaffold.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
path: |
3333
~/.cache/go-build
3434
~/go/pkg/mod
35-
key: ${{ runner.os }}-go-1.24.5-release-cache-${{ hashFiles('scaffold/go.sum') }}
35+
key: ${{ runner.os }}-go-1.25.0-release-cache-${{ hashFiles('scaffold/go.sum') }}
3636
restore-keys: |
37-
${{ runner.os }}-go-1.24.5-release-cache-scaffold
37+
${{ runner.os }}-go-1.25.0-release-cache-scaffold
3838
- name: Set up Go 1.x
3939
uses: actions/setup-go@v5
4040
with:

.github/workflows/scaffold.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ jobs:
5858
path: |
5959
~/.cache/go-build
6060
~/go/pkg/mod
61-
key: ${{ runner.os }}-go-1.24.5-release-cache-${{ hashFiles('scaffold/go.sum') }}
61+
key: ${{ runner.os }}-go-1.25.0-release-cache-${{ hashFiles('scaffold/go.sum') }}
6262
restore-keys: |
63-
${{ runner.os }}-go-1.24.5-release-cache-scaffold
63+
${{ runner.os }}-go-1.25.0-release-cache-scaffold
6464
- name: Set up Go
6565
if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push'
6666
uses: actions/setup-go@v5

.github/workflows/source_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ jobs:
7070
path: |
7171
~/.cache/go-build
7272
~/go/pkg/mod
73-
key: ${{ runner.os }}-go-1.24.5-validate-plugin-fips-cache-${{ hashFiles('plugins/source/test/go.sum') }}
73+
key: ${{ runner.os }}-go-1.25.0-validate-plugin-fips-cache-${{ hashFiles('plugins/source/test/go.sum') }}
7474
restore-keys: |
75-
${{ runner.os }}-go-1.24.5-validate-plugin-fips-cache-source-test
75+
${{ runner.os }}-go-1.25.0-validate-plugin-fips-cache-source-test
7676
7777
- name: Set up Go 1.x
7878
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)