Skip to content

Commit 6650ee4

Browse files
authored
chore(deps): Update dependency go to v1.22.4 (#18438)
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [go](https://go.dev/) ([source](https://togithub.com/golang/go)) | | minor | `1.21.11` -> `1.22.4` | `1.22.5` | | [go](https://go.dev/) ([source](https://togithub.com/golang/go)) | golang | minor | `1.21.11` -> `1.22.4` | `1.22.5` | | [go](https://go.dev/) ([source](https://togithub.com/golang/go)) | golang | patch | `1.22.3` -> `1.22.4` | `1.22.5` | | [go](https://go.dev/) ([source](https://togithub.com/golang/go)) | toolchain | patch | `1.22.3` -> `1.22.4` | `1.22.5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "every 3 months on the first day of the month" (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://togithub.com/renovatebot/renovate).
1 parent 6af28ca commit 6650ee4

43 files changed

Lines changed: 59 additions & 61 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
@@ -69,9 +69,9 @@ jobs:
6969
path: |
7070
~/.cache/go-build
7171
~/go/pkg/mod
72-
key: ubuntu-go-1.21.11-release-cache-${{ hashFiles('cli/go.sum') }}
72+
key: ubuntu-go-1.22.4-release-cache-${{ hashFiles('cli/go.sum') }}
7373
restore-keys: |
74-
ubuntu-go-1.21.11-release-cache-cli
74+
ubuntu-go-1.22.4-release-cache-cli
7575
- name: Set up Go
7676
if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push'
7777
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
@@ -393,9 +393,9 @@ jobs:
393393
path: |
394394
~/.cache/go-build
395395
~/go/pkg/mod
396-
key: ${{ runner.os }}-go-1.21.11-publish-plugin-to-hub-cache-${{ hashFiles(format('{0}/{1}', needs.prepare.outputs.plugin_dir, 'go.sum')) }}
396+
key: ${{ runner.os }}-go-1.22.4-publish-plugin-to-hub-cache-${{ hashFiles(format('{0}/{1}', needs.prepare.outputs.plugin_dir, 'go.sum')) }}
397397
restore-keys: |
398-
${{ runner.os }}-go-1.21.11-publish-plugin-to-hub-cache-plugins-${{ needs.prepare.outputs.plugin_kind }}-${{ needs.prepare.outputs.plugin_name }}
398+
${{ runner.os }}-go-1.22.4-publish-plugin-to-hub-cache-plugins-${{ needs.prepare.outputs.plugin_kind }}-${{ needs.prepare.outputs.plugin_name }}
399399
400400
- name: Set up Go 1.x
401401
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
@@ -102,9 +102,9 @@ jobs:
102102
path: |
103103
~/.cache/go-build
104104
~/go/pkg/mod
105-
key: ${{ runner.os }}-go-1.21.11-publish-plugin-to-hub-cache-${{ hashFiles(format('{0}/{1}', needs.prepare.outputs.plugin_dir, 'go.sum')) }}
105+
key: ${{ runner.os }}-go-1.22.4-publish-plugin-to-hub-cache-${{ hashFiles(format('{0}/{1}', needs.prepare.outputs.plugin_dir, 'go.sum')) }}
106106
restore-keys: |
107-
${{ runner.os }}-go-1.21.11-publish-plugin-to-hub-cache-plugins-${{ needs.prepare.outputs.plugin_kind }}-${{ needs.prepare.outputs.plugin_name }}
107+
${{ runner.os }}-go-1.22.4-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_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.21.11-publish-plugin-to-hub-cache-${{ hashFiles(format('{0}/{1}', needs.prepare.outputs.plugin_dir, 'go.sum')) }}
106+
key: ${{ runner.os }}-go-1.22.4-publish-plugin-to-hub-cache-${{ hashFiles(format('{0}/{1}', needs.prepare.outputs.plugin_dir, 'go.sum')) }}
107107
restore-keys: |
108-
${{ runner.os }}-go-1.21.11-publish-plugin-to-hub-cache-plugins-${{ needs.prepare.outputs.plugin_kind }}-${{ needs.prepare.outputs.plugin_name }}
108+
${{ runner.os }}-go-1.22.4-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
@@ -102,9 +102,9 @@ jobs:
102102
path: |
103103
~/.cache/go-build
104104
~/go/pkg/mod
105-
key: ${{ runner.os }}-go-1.21.11-publish-plugin-to-hub-cache-${{ hashFiles(format('{0}/{1}', needs.prepare.outputs.plugin_dir, 'go.sum')) }}
105+
key: ${{ runner.os }}-go-1.22.4-publish-plugin-to-hub-cache-${{ hashFiles(format('{0}/{1}', needs.prepare.outputs.plugin_dir, 'go.sum')) }}
106106
restore-keys: |
107-
${{ runner.os }}-go-1.21.11-publish-plugin-to-hub-cache-plugins-${{ needs.prepare.outputs.plugin_kind }}-${{ needs.prepare.outputs.plugin_name }}
107+
${{ runner.os }}-go-1.22.4-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/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.21.11-release-cache-${{ hashFiles('cli/go.sum') }}
35+
key: ${{ runner.os }}-go-1.22.4-release-cache-${{ hashFiles('cli/go.sum') }}
3636
restore-keys: |
37-
${{ runner.os }}-go-1.21.11-release-cache-cli
37+
${{ runner.os }}-go-1.22.4-release-cache-cli
3838
- name: Set up Go 1.x
3939
uses: actions/setup-go@v5
4040
with:

.github/workflows/release_plugin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ jobs:
146146
path: |
147147
~/.cache/go-build
148148
~/go/pkg/mod
149-
key: ${{ runner.os }}-go-1.21.11-release-cache-${{ hashFiles(format('{0}/{1}', needs.prepare.outputs.plugin_dir, 'go.sum')) }}
149+
key: ${{ runner.os }}-go-1.22.4-release-cache-${{ hashFiles(format('{0}/{1}', needs.prepare.outputs.plugin_dir, 'go.sum')) }}
150150
restore-keys: |
151-
${{ runner.os }}-go-1.21.11-release-cache-plugins-${{ needs.prepare.outputs.plugin_type }}-${{ needs.prepare.outputs.plugin_name }}
151+
${{ runner.os }}-go-1.22.4-release-cache-plugins-${{ needs.prepare.outputs.plugin_type }}-${{ needs.prepare.outputs.plugin_name }}
152152
- name: Set up Go 1.x
153153
uses: actions/setup-go@v5
154154
with:

.github/workflows/release_plugin_dest_duckdb.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.21.11-release-cache-${{ hashFiles('plugins/destination/duckdb/go.sum') }}
35+
key: ${{ runner.os }}-go-1.22.4-release-cache-${{ hashFiles('plugins/destination/duckdb/go.sum') }}
3636
restore-keys: |
37-
${{ runner.os }}-go-1.21.11-release-cache-plugins-destination-duckdb
37+
${{ runner.os }}-go-1.22.4-release-cache-plugins-destination-duckdb
3838
- name: Set up Go 1.x
3939
uses: actions/setup-go@v5
4040
with:

.github/workflows/release_plugin_dest_snowflake.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.21.11-release-cache-${{ hashFiles('plugins/destination/snowflake/go.sum') }}
35+
key: ${{ runner.os }}-go-1.22.4-release-cache-${{ hashFiles('plugins/destination/snowflake/go.sum') }}
3636
restore-keys: |
37-
${{ runner.os }}-go-1.21.11-release-cache-plugins-destination-snowflake
37+
${{ runner.os }}-go-1.22.4-release-cache-plugins-destination-snowflake
3838
- name: Set up Go 1.x
3939
uses: actions/setup-go@v5
4040
with:

.github/workflows/release_plugin_dest_sqlite.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.21.11-release-cache-${{ hashFiles('plugins/destination/sqlite/go.sum') }}
35+
key: ${{ runner.os }}-go-1.22.4-release-cache-${{ hashFiles('plugins/destination/sqlite/go.sum') }}
3636
restore-keys: |
37-
${{ runner.os }}-go-1.21.11-release-cache-plugins-destination-sqlite
37+
${{ runner.os }}-go-1.22.4-release-cache-plugins-destination-sqlite
3838
- name: Set up Go 1.x
3939
uses: actions/setup-go@v5
4040
with:

0 commit comments

Comments
 (0)