Skip to content

Commit 320700d

Browse files
authored
fix(deps): Update actions/setup-go action to v5 (#16879)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-go](https://togithub.com/actions/setup-go) | action | major | `v4` -> `v5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>actions/setup-go (actions/setup-go)</summary> ### [`v5`](https://togithub.com/actions/setup-go/compare/v4...v5) [Compare Source](https://togithub.com/actions/setup-go/compare/v4...v5) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am 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. --- - [ ] 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 25d2689 commit 320700d

65 files changed

Lines changed: 103 additions & 103 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
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
fetch-depth: 2
3535
- name: Set up Go 1.x
36-
uses: actions/setup-go@v4
36+
uses: actions/setup-go@v5
3737
with:
3838
go-version-file: cli/go.mod
3939
cache: true
@@ -76,7 +76,7 @@ jobs:
7676
ubuntu-go-1.21.4-release-cache-cli
7777
- name: Set up Go
7878
if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push'
79-
uses: actions/setup-go@v4
79+
uses: actions/setup-go@v5
8080
with:
8181
go-version-file: cli/go.mod
8282
cache: false

.github/workflows/dest_azblob.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
fetch-depth: 2
3131
- name: Set up Go 1.x
32-
uses: actions/setup-go@v4
32+
uses: actions/setup-go@v5
3333
with:
3434
go-version-file: plugins/destination/azblob/go.mod
3535
cache: true
@@ -76,7 +76,7 @@ jobs:
7676
${{ runner.os }}-go-1.21.4-release-cache-plugins-destination-azblob
7777
- name: Set up Go
7878
if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push'
79-
uses: actions/setup-go@v4
79+
uses: actions/setup-go@v5
8080
with:
8181
go-version-file: plugins/destination/azblob/go.mod
8282
cache: false

.github/workflows/dest_bigquery.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set up Cloud SDK
3636
uses: 'google-github-actions/setup-gcloud@v0.7.0'
3737
- name: Set up Go 1.x
38-
uses: actions/setup-go@v4
38+
uses: actions/setup-go@v5
3939
with:
4040
go-version-file: plugins/destination/bigquery/go.mod
4141
cache: true
@@ -85,7 +85,7 @@ jobs:
8585
${{ runner.os }}-go-1.21.4-release-cache-plugins-destination-bigquery
8686
- name: Set up Go
8787
if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push'
88-
uses: actions/setup-go@v4
88+
uses: actions/setup-go@v5
8989
with:
9090
go-version-file: plugins/destination/bigquery/go.mod
9191
cache: false

.github/workflows/dest_clickhouse.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
fetch-depth: 2
5353
- name: Set up Go 1.x
54-
uses: actions/setup-go@v4
54+
uses: actions/setup-go@v5
5555
with:
5656
go-version-file: plugins/destination/clickhouse/go.mod
5757
cache: true
@@ -96,7 +96,7 @@ jobs:
9696
${{ runner.os }}-go-1.21.4-release-cache-plugins-destination-clickhouse
9797
- name: Set up Go
9898
if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push'
99-
uses: actions/setup-go@v4
99+
uses: actions/setup-go@v5
100100
with:
101101
go-version-file: plugins/destination/clickhouse/go.mod
102102
cache: false

.github/workflows/dest_duckdb.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
fetch-depth: 2
3131
- name: Set up Go 1.x
32-
uses: actions/setup-go@v4
32+
uses: actions/setup-go@v5
3333
with:
3434
go-version-file: plugins/destination/duckdb/go.mod
3535
cache: true
@@ -74,7 +74,7 @@ jobs:
7474
${{ runner.os }}-go-1.21.4-release-cache-plugins-destination-duckdb
7575
- name: Set up Go
7676
if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push'
77-
uses: actions/setup-go@v4
77+
uses: actions/setup-go@v5
7878
with:
7979
go-version-file: plugins/destination/duckdb/go.mod
8080
cache: false

.github/workflows/dest_elasticsearch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
fetch-depth: 2
4545
- name: Set up Go 1.x
46-
uses: actions/setup-go@v4
46+
uses: actions/setup-go@v5
4747
with:
4848
go-version-file: plugins/destination/elasticsearch/go.mod
4949
cache: true
@@ -84,7 +84,7 @@ jobs:
8484
${{ runner.os }}-go-1.21.4-release-cache-plugins-destination-elasticsearch
8585
- name: Set up Go
8686
if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push'
87-
uses: actions/setup-go@v4
87+
uses: actions/setup-go@v5
8888
with:
8989
go-version-file: plugins/destination/elasticsearch/go.mod
9090
cache: false

.github/workflows/dest_file.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
fetch-depth: 2
3333
- name: Set up Go 1.x
34-
uses: actions/setup-go@v4
34+
uses: actions/setup-go@v5
3535
with:
3636
go-version-file: plugins/destination/file/go.mod
3737
cache: true
@@ -74,7 +74,7 @@ jobs:
7474
${{ runner.os }}-go-1.21.4-release-cache-plugins-destination-file
7575
- name: Set up Go
7676
if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push'
77-
uses: actions/setup-go@v4
77+
uses: actions/setup-go@v5
7878
with:
7979
go-version-file: plugins/destination/file/go.mod
8080
cache: false

.github/workflows/dest_firehose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fetch-depth: 2
3434

3535
- name: Set up Go 1.x
36-
uses: actions/setup-go@v4
36+
uses: actions/setup-go@v5
3737
with:
3838
go-version-file: plugins/destination/firehose/go.mod
3939
cache: true
@@ -81,7 +81,7 @@ jobs:
8181
${{ runner.os }}-go-1.21.4-release-cache-plugins-destination-firehose
8282
- name: Set up Go
8383
if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push'
84-
uses: actions/setup-go@v4
84+
uses: actions/setup-go@v5
8585
with:
8686
go-version-file: plugins/destination/firehose/go.mod
8787
cache: false

.github/workflows/dest_gcs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
fetch-depth: 2
3434
- name: Set up Go 1.x
35-
uses: actions/setup-go@v4
35+
uses: actions/setup-go@v5
3636
with:
3737
go-version-file: plugins/destination/gcs/go.mod
3838
cache: true
@@ -80,7 +80,7 @@ jobs:
8080
${{ runner.os }}-go-1.21.4-release-cache-plugins-destination-gcs
8181
- name: Set up Go
8282
if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push'
83-
uses: actions/setup-go@v4
83+
uses: actions/setup-go@v5
8484
with:
8585
go-version-file: plugins/destination/gcs/go.mod
8686
cache: false

.github/workflows/dest_gremlin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
fetch-depth: 2
3636
- name: Set up Go 1.x
37-
uses: actions/setup-go@v4
37+
uses: actions/setup-go@v5
3838
with:
3939
go-version-file: plugins/destination/gremlin/go.mod
4040
cache: true
@@ -77,7 +77,7 @@ jobs:
7777
${{ runner.os }}-go-1.21.4-release-cache-plugins-destination-gremlin
7878
- name: Set up Go
7979
if: startsWith(github.head_ref, 'release-please--branches--main--components') || github.event_name == 'push'
80-
uses: actions/setup-go@v4
80+
uses: actions/setup-go@v5
8181
with:
8282
go-version-file: plugins/destination/gremlin/go.mod
8383
cache: false

0 commit comments

Comments
 (0)