Skip to content

Commit f902e36

Browse files
cq-botrenovate-bot
andauthored
chore(deps): Update dependency go to v1.21.1 (#14488)
This PR contains the following updates: | Package | Update | Change | Pending | |---|---|---|---| | [go](https://go.dev/) ([source](https://togithub.com/golang/go)) | patch | `1.21.0` -> `1.21.1` | `1.21.2` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "every 6 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 this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
1 parent 914f5ba commit f902e36

67 files changed

Lines changed: 134 additions & 134 deletions

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.21.0-release-cache-${{ hashFiles('cli/go.sum') }}
74+
key: ubuntu-go-1.21.1-release-cache-${{ hashFiles('cli/go.sum') }}
7575
restore-keys: |
76-
ubuntu-go-1.21.0-release-cache-cli
76+
ubuntu-go-1.21.1-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@v4

.github/workflows/dest_azblob.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ jobs:
6565
path: |
6666
~/.cache/go-build
6767
~/go/pkg/mod
68-
key: ${{ runner.os }}-go-1.21.0-release-cache-${{ hashFiles('plugins/destination/azblob/go.sum') }}
68+
key: ${{ runner.os }}-go-1.21.1-release-cache-${{ hashFiles('plugins/destination/azblob/go.sum') }}
6969
restore-keys: |
70-
${{ runner.os }}-go-1.21.0-release-cache-plugins-destination-azblob
70+
${{ runner.os }}-go-1.21.1-release-cache-plugins-destination-azblob
7171
- name: Set up Go
7272
if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push'
7373
uses: actions/setup-go@v4

.github/workflows/dest_bigquery.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: ${{ runner.os }}-go-1.21.0-release-cache-${{ hashFiles('plugins/destination/bigquery/go.sum') }}
77+
key: ${{ runner.os }}-go-1.21.1-release-cache-${{ hashFiles('plugins/destination/bigquery/go.sum') }}
7878
restore-keys: |
79-
${{ runner.os }}-go-1.21.0-release-cache-plugins-destination-bigquery
79+
${{ runner.os }}-go-1.21.1-release-cache-plugins-destination-bigquery
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@v4

.github/workflows/dest_clickhouse.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ jobs:
8686
path: |
8787
~/.cache/go-build
8888
~/go/pkg/mod
89-
key: ${{ runner.os }}-go-1.21.0-release-cache-${{ hashFiles('plugins/destination/clickhouse/go.sum') }}
89+
key: ${{ runner.os }}-go-1.21.1-release-cache-${{ hashFiles('plugins/destination/clickhouse/go.sum') }}
9090
restore-keys: |
91-
${{ runner.os }}-go-1.21.0-release-cache-plugins-destination-clickhouse
91+
${{ runner.os }}-go-1.21.1-release-cache-plugins-destination-clickhouse
9292
- name: Set up Go
9393
if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push'
9494
uses: actions/setup-go@v4

.github/workflows/dest_duckdb.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ jobs:
6363
path: |
6464
~/.cache/go-build
6565
~/go/pkg/mod
66-
key: ${{ runner.os }}-go-1.21.0-release-cache-${{ hashFiles('plugins/destination/duckdb/go.sum') }}
66+
key: ${{ runner.os }}-go-1.21.1-release-cache-${{ hashFiles('plugins/destination/duckdb/go.sum') }}
6767
restore-keys: |
68-
${{ runner.os }}-go-1.21.0-release-cache-plugins-destination-duckdb
68+
${{ runner.os }}-go-1.21.1-release-cache-plugins-destination-duckdb
6969
- name: Set up Go
7070
if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push'
7171
uses: actions/setup-go@v4

.github/workflows/dest_elasticsearch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ jobs:
7373
path: |
7474
~/.cache/go-build
7575
~/go/pkg/mod
76-
key: ${{ runner.os }}-go-1.21.0-release-cache-${{ hashFiles('plugins/destination/elasticsearch/go.sum') }}
76+
key: ${{ runner.os }}-go-1.21.1-release-cache-${{ hashFiles('plugins/destination/elasticsearch/go.sum') }}
7777
restore-keys: |
78-
${{ runner.os }}-go-1.21.0-release-cache-plugins-destination-elasticsearch
78+
${{ runner.os }}-go-1.21.1-release-cache-plugins-destination-elasticsearch
7979
- name: Set up Go
8080
if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push'
8181
uses: actions/setup-go@v4

.github/workflows/dest_file.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ jobs:
6363
path: |
6464
~/.cache/go-build
6565
~/go/pkg/mod
66-
key: ${{ runner.os }}-go-1.21.0-release-cache-${{ hashFiles('plugins/destination/file/go.sum') }}
66+
key: ${{ runner.os }}-go-1.21.1-release-cache-${{ hashFiles('plugins/destination/file/go.sum') }}
6767
restore-keys: |
68-
${{ runner.os }}-go-1.21.0-release-cache-plugins-destination-file
68+
${{ runner.os }}-go-1.21.1-release-cache-plugins-destination-file
6969
- name: Set up Go
7070
if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push'
7171
uses: actions/setup-go@v4

.github/workflows/dest_firehose.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.21.0-release-cache-${{ hashFiles('plugins/destination/firehose/go.sum') }}
73+
key: ${{ runner.os }}-go-1.21.1-release-cache-${{ hashFiles('plugins/destination/firehose/go.sum') }}
7474
restore-keys: |
75-
${{ runner.os }}-go-1.21.0-release-cache-plugins-destination-firehose
75+
${{ runner.os }}-go-1.21.1-release-cache-plugins-destination-firehose
7676
- name: Set up Go
7777
if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push'
7878
uses: actions/setup-go@v4

.github/workflows/dest_gcs.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.21.0-release-cache-${{ hashFiles('plugins/destination/gcs/go.sum') }}
72+
key: ${{ runner.os }}-go-1.21.1-release-cache-${{ hashFiles('plugins/destination/gcs/go.sum') }}
7373
restore-keys: |
74-
${{ runner.os }}-go-1.21.0-release-cache-plugins-destination-gcs
74+
${{ runner.os }}-go-1.21.1-release-cache-plugins-destination-gcs
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@v4

.github/workflows/dest_gremlin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ jobs:
6666
path: |
6767
~/.cache/go-build
6868
~/go/pkg/mod
69-
key: ${{ runner.os }}-go-1.21.0-release-cache-${{ hashFiles('plugins/destination/gremlin/go.sum') }}
69+
key: ${{ runner.os }}-go-1.21.1-release-cache-${{ hashFiles('plugins/destination/gremlin/go.sum') }}
7070
restore-keys: |
71-
${{ runner.os }}-go-1.21.0-release-cache-plugins-destination-gremlin
71+
${{ runner.os }}-go-1.21.1-release-cache-plugins-destination-gremlin
7272
- name: Set up Go
7373
if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push'
7474
uses: actions/setup-go@v4

0 commit comments

Comments
 (0)