Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Commit 408ff38

Browse files
committed
chore(deps): update actions/setup-go action to v3
1 parent 3944465 commit 408ff38

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uses: actions/checkout@v2
5757

5858
- name: Setup Go 1.17
59-
uses: actions/setup-go@v2
59+
uses: actions/setup-go@v3
6060
with:
6161
go-version: 1.17
6262

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333

3434
- name: Setup Go 1.17
35-
uses: actions/setup-go@v2
35+
uses: actions/setup-go@v3
3636
with:
3737
go-version: 1.17
3838

.github/workflows/release.yml

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

2121
- name: Setup Go 1.17
22-
uses: actions/setup-go@v2
22+
uses: actions/setup-go@v3
2323
with:
2424
go-version: 1.17
2525

0 commit comments

Comments
 (0)