Skip to content

Commit 17e3943

Browse files
[skip changelog] Bump actions/setup-go from 2 to 3 (#1709)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v2...v3) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d61f954 commit 17e3943

11 files changed

+18
-18
lines changed

.github/workflows/check-go-dependencies-task.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
version: 3.x
4848

4949
- name: Install Go
50-
uses: actions/setup-go@v2
50+
uses: actions/setup-go@v3
5151
with:
5252
go-version: ${{ env.GO_VERSION }}
5353

@@ -95,7 +95,7 @@ jobs:
9595
version: 3.x
9696

9797
- name: Install Go
98-
uses: actions/setup-go@v2
98+
uses: actions/setup-go@v3
9999
with:
100100
go-version: ${{ env.GO_VERSION }}
101101

.github/workflows/check-go-task.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
uses: actions/checkout@v3
7272

7373
- name: Install Go
74-
uses: actions/setup-go@v2
74+
uses: actions/setup-go@v3
7575
with:
7676
go-version: ${{ env.GO_VERSION }}
7777

@@ -108,7 +108,7 @@ jobs:
108108
uses: actions/checkout@v3
109109

110110
- name: Install Go
111-
uses: actions/setup-go@v2
111+
uses: actions/setup-go@v3
112112
with:
113113
go-version: ${{ env.GO_VERSION }}
114114

@@ -148,7 +148,7 @@ jobs:
148148
uses: actions/checkout@v3
149149

150150
- name: Install Go
151-
uses: actions/setup-go@v2
151+
uses: actions/setup-go@v3
152152
with:
153153
go-version: ${{ env.GO_VERSION }}
154154

@@ -188,7 +188,7 @@ jobs:
188188
uses: actions/checkout@v3
189189

190190
- name: Install Go
191-
uses: actions/setup-go@v2
191+
uses: actions/setup-go@v3
192192
with:
193193
go-version: ${{ env.GO_VERSION }}
194194

@@ -228,7 +228,7 @@ jobs:
228228
uses: actions/checkout@v3
229229

230230
- name: Install Go
231-
uses: actions/setup-go@v2
231+
uses: actions/setup-go@v3
232232
with:
233233
go-version: ${{ env.GO_VERSION }}
234234

@@ -260,7 +260,7 @@ jobs:
260260
uses: actions/checkout@v3
261261

262262
- name: Install Go
263-
uses: actions/setup-go@v2
263+
uses: actions/setup-go@v3
264264
with:
265265
go-version: ${{ env.GO_VERSION }}
266266

.github/workflows/check-i18n-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v3
2323

2424
- name: Install Go
25-
uses: actions/setup-go@v2
25+
uses: actions/setup-go@v3
2626
with:
2727
go-version: ${{ env.GO_VERSION }}
2828

.github/workflows/check-markdown-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
uses: actions/checkout@v3
6666

6767
- name: Install Go
68-
uses: actions/setup-go@v2
68+
uses: actions/setup-go@v3
6969
with:
7070
go-version: ${{ env.GO_VERSION }}
7171

.github/workflows/check-mkdocs-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/checkout@v3
3838

3939
- name: Install Go
40-
uses: actions/setup-go@v2
40+
uses: actions/setup-go@v3
4141
with:
4242
go-version: ${{ env.GO_VERSION }}
4343

.github/workflows/check-protobuf-task.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: actions/checkout@v3
5555

5656
- name: Install Go
57-
uses: actions/setup-go@v2
57+
uses: actions/setup-go@v3
5858
with:
5959
go-version: ${{ env.GO_VERSION }}
6060

@@ -89,7 +89,7 @@ jobs:
8989
uses: actions/checkout@v3
9090

9191
- name: Install Go
92-
uses: actions/setup-go@v2
92+
uses: actions/setup-go@v3
9393
with:
9494
go-version: ${{ env.GO_VERSION }}
9595

.github/workflows/deploy-cobra-mkdocs-versioned-poetry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: actions/checkout@v3
5858

5959
- name: Install Go
60-
uses: actions/setup-go@v2
60+
uses: actions/setup-go@v3
6161
with:
6262
go-version: ${{ env.GO_VERSION }}
6363

.github/workflows/i18n-nightly-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v3
1717

1818
- name: Install Go
19-
uses: actions/setup-go@v2
19+
uses: actions/setup-go@v3
2020
with:
2121
go-version: "1.17"
2222

.github/workflows/i18n-weekly-pull.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v3
1919

2020
- name: Install Go
21-
uses: actions/setup-go@v2
21+
uses: actions/setup-go@v3
2222
with:
2323
go-version: "1.17"
2424

.github/workflows/test-go-integration-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
uses: actions/checkout@v3
9494

9595
- name: Install Go
96-
uses: actions/setup-go@v2
96+
uses: actions/setup-go@v3
9797
with:
9898
go-version: ${{ env.GO_VERSION }}
9999

.github/workflows/test-go-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
uses: actions/checkout@v3
7676

7777
- name: Install Go
78-
uses: actions/setup-go@v2
78+
uses: actions/setup-go@v3
7979
with:
8080
go-version: ${{ env.GO_VERSION }}
8181

0 commit comments

Comments
 (0)