Skip to content

Commit 53689ac

Browse files
renovate[bot]BuckarooBanzay
authored andcommitted
Update actions/setup-go action to v4
1 parent 9ef627e commit 53689ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

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

2020
- name: Set up Go
21-
uses: actions/setup-go@v3.5.0
21+
uses: actions/setup-go@v4.0.0
2222
with:
2323
go-version: 1.18
2424

.github/workflows/go-test.yml

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

1010
steps:
1111
- uses: actions/checkout@v3
12-
- uses: actions/setup-go@v3.5.0
12+
- uses: actions/setup-go@v4.0.0
1313
with:
1414
go-version: '1.18'
1515

0 commit comments

Comments
 (0)