Skip to content

Commit ff88067

Browse files
authored
workflows: bump setup-go to v5 (#7262)
Changelog: https://github.com/actions/setup-go/releases/tag/v5.0.0 Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
1 parent de15b76 commit ff88067

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020

2121
- name: Set up Go 1.x
22-
uses: actions/setup-go@v4
22+
uses: actions/setup-go@v5
2323
with:
2424
go-version: '${{ env.EXPECTED_GO_VERSION }}'
2525
id: go

.github/workflows/quickstart_1.0.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
ref: '1.0-stable'
2222

2323
- name: Set up Go 1.19
24-
uses: actions/setup-go@v2
24+
uses: actions/setup-go@v5
2525
with:
2626
go-version: 1.19
2727
id: go
@@ -49,7 +49,7 @@ jobs:
4949
ref: '1.0-stable'
5050

5151
- name: Set up Go 1.19
52-
uses: actions/setup-go@v2
52+
uses: actions/setup-go@v5
5353
with:
5454
go-version: 1.19
5555
id: go
@@ -76,7 +76,7 @@ jobs:
7676
ref: '1.0-stable'
7777

7878
- name: Set up Go 1.19
79-
uses: actions/setup-go@v2
79+
uses: actions/setup-go@v5
8080
with:
8181
go-version: 1.19
8282
id: go

.github/workflows/quickstart_2.0.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
ref: '2.0-stable'
2222

2323
- name: Set up Go 1.20
24-
uses: actions/setup-go@v2
24+
uses: actions/setup-go@v5
2525
with:
2626
go-version: 1.20
2727
id: go
@@ -50,7 +50,7 @@ jobs:
5050
ref: '2.0-stable'
5151

5252
- name: Set up Go 1.20
53-
uses: actions/setup-go@v2
53+
uses: actions/setup-go@v5
5454
with:
5555
go-version: 1.20
5656
id: go
@@ -78,7 +78,7 @@ jobs:
7878
ref: '2.0-stable'
7979

8080
- name: Set up Go 1.20
81-
uses: actions/setup-go@v2
81+
uses: actions/setup-go@v5
8282
with:
8383
go-version: 1.20
8484
id: go

0 commit comments

Comments
 (0)