Skip to content

Commit 9facef9

Browse files
Update actions/setup-go action to v5
1 parent 7b8e702 commit 9facef9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linter-go.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
steps:
4747
- name: Setup go
48-
uses: actions/setup-go@v3
48+
uses: actions/setup-go@v5
4949
with:
5050
go-version: "^1.19.0"
5151

.github/workflows/test-go.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
steps:
1111
- name: Setup go
12-
uses: actions/setup-go@v3
12+
uses: actions/setup-go@v5
1313
with:
1414
go-version: "^1.19.0"
1515

0 commit comments

Comments
 (0)