Skip to content

Commit 90c7db6

Browse files
authored
chore(deps): Update dependency go to v1.24.3 (#20774)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://go.dev/) ([source](https://redirect.github.com/golang/go)) | | patch | `1.24.2` -> `1.24.3` | | [go](https://go.dev/) ([source](https://redirect.github.com/golang/go)) | golang | patch | `1.24.2` -> `1.24.3` | --- > [!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 7218ce3 commit 90c7db6

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.2-release-cache-${{ hashFiles('cli/go.sum') }}
74+
key: ubuntu-go-1.24.3-release-cache-${{ hashFiles('cli/go.sum') }}
7575
restore-keys: |
76-
ubuntu-go-1.24.2-release-cache-cli
76+
ubuntu-go-1.24.3-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
@@ -452,9 +452,9 @@ jobs:
452452
path: |
453453
~/.cache/go-build
454454
~/go/pkg/mod
455-
key: ${{ runner.os }}-go-1.24.2-publish-plugin-to-hub-cache-${{ hashFiles(format('{0}/{1}', needs.prepare.outputs.plugin_dir, 'go.sum')) }}
455+
key: ${{ runner.os }}-go-1.24.3-publish-plugin-to-hub-cache-${{ hashFiles(format('{0}/{1}', needs.prepare.outputs.plugin_dir, 'go.sum')) }}
456456
restore-keys: |
457-
${{ runner.os }}-go-1.24.2-publish-plugin-to-hub-cache-plugins-${{ needs.prepare.outputs.plugin_kind }}-${{ needs.prepare.outputs.plugin_name }}
457+
${{ runner.os }}-go-1.24.3-publish-plugin-to-hub-cache-plugins-${{ needs.prepare.outputs.plugin_kind }}-${{ needs.prepare.outputs.plugin_name }}
458458
459459
- name: Set up Go 1.x
460460
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.2-publish-plugin-to-hub-cache-${{ hashFiles(format('{0}/{1}', needs.prepare.outputs.plugin_dir, 'go.sum')) }}
104+
key: ${{ runner.os }}-go-1.24.3-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.2-publish-plugin-to-hub-cache-plugins-${{ needs.prepare.outputs.plugin_kind }}-${{ needs.prepare.outputs.plugin_name }}
106+
${{ runner.os }}-go-1.24.3-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
@@ -61,9 +61,9 @@ jobs:
6161
path: |
6262
~/.cache/go-build
6363
~/go/pkg/mod
64-
key: ${{ runner.os }}-go-1.24.2-publish-plugin-to-hub-fips-cache-${{ hashFiles(format('{0}/{1}', needs.prepare.outputs.plugin_dir, 'go.sum')) }}
64+
key: ${{ runner.os }}-go-1.24.3-publish-plugin-to-hub-fips-cache-${{ hashFiles(format('{0}/{1}', needs.prepare.outputs.plugin_dir, 'go.sum')) }}
6565
restore-keys: |
66-
${{ runner.os }}-go-1.24.2-publish-plugin-to-hub-fips-cache-plugins-${{ needs.prepare.outputs.plugin_kind }}-${{ needs.prepare.outputs.plugin_name }}
66+
${{ runner.os }}-go-1.24.3-publish-plugin-to-hub-fips-cache-plugins-${{ needs.prepare.outputs.plugin_kind }}-${{ needs.prepare.outputs.plugin_name }}
6767
6868
- name: Set up Go 1.x
6969
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
@@ -102,9 +102,9 @@ jobs:
102102
path: |
103103
~/.cache/go-build
104104
~/go/pkg/mod
105-
key: ${{ runner.os }}-go-1.24.2-publish-plugin-to-hub-cache-${{ hashFiles(format('{0}/{1}', needs.prepare.outputs.plugin_dir, 'go.sum')) }}
105+
key: ${{ runner.os }}-go-1.24.3-publish-plugin-to-hub-cache-${{ hashFiles(format('{0}/{1}', needs.prepare.outputs.plugin_dir, 'go.sum')) }}
106106
restore-keys: |
107-
${{ runner.os }}-go-1.24.2-publish-plugin-to-hub-cache-plugins-${{ needs.prepare.outputs.plugin_kind }}-${{ needs.prepare.outputs.plugin_name }}
107+
${{ runner.os }}-go-1.24.3-publish-plugin-to-hub-cache-plugins-${{ needs.prepare.outputs.plugin_kind }}-${{ needs.prepare.outputs.plugin_name }}
108108
109109
- name: Set up Go 1.x
110110
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.2-publish-plugin-to-hub-cache-${{ hashFiles(format('{0}/{1}', needs.prepare.outputs.plugin_dir, 'go.sum')) }}
104+
key: ${{ runner.os }}-go-1.24.3-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.2-publish-plugin-to-hub-cache-plugins-${{ needs.prepare.outputs.plugin_kind }}-${{ needs.prepare.outputs.plugin_name }}
106+
${{ runner.os }}-go-1.24.3-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.2-release-cache-${{ hashFiles('cli/go.sum') }}
35+
key: ${{ runner.os }}-go-1.24.3-release-cache-${{ hashFiles('cli/go.sum') }}
3636
restore-keys: |
37-
${{ runner.os }}-go-1.24.2-release-cache-cli
37+
${{ runner.os }}-go-1.24.3-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.2-release-cache-${{ hashFiles('scaffold/go.sum') }}
35+
key: ${{ runner.os }}-go-1.24.3-release-cache-${{ hashFiles('scaffold/go.sum') }}
3636
restore-keys: |
37-
${{ runner.os }}-go-1.24.2-release-cache-scaffold
37+
${{ runner.os }}-go-1.24.3-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.2-release-cache-${{ hashFiles('scaffold/go.sum') }}
61+
key: ${{ runner.os }}-go-1.24.3-release-cache-${{ hashFiles('scaffold/go.sum') }}
6262
restore-keys: |
63-
${{ runner.os }}-go-1.24.2-release-cache-scaffold
63+
${{ runner.os }}-go-1.24.3-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
@@ -75,9 +75,9 @@ jobs:
7575
path: |
7676
~/.cache/go-build
7777
~/go/pkg/mod
78-
key: ${{ runner.os }}-go-1.24.2-validate-plugin-fips-cache-${{ hashFiles('plugins/source/test/go.sum') }}
78+
key: ${{ runner.os }}-go-1.24.3-validate-plugin-fips-cache-${{ hashFiles('plugins/source/test/go.sum') }}
7979
restore-keys: |
80-
${{ runner.os }}-go-1.24.2-validate-plugin-fips-cache-source-test
80+
${{ runner.os }}-go-1.24.3-validate-plugin-fips-cache-source-test
8181
8282
- name: Set up Go 1.x
8383
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)