Skip to content

Commit a6edda6

Browse files
authored
Merge pull request #76 from ksoclabs/renovate/actions-setup-go-4.x
Update actions/setup-go action to v4.1.0
2 parents 8d104b9 + e1ad0f1 commit a6edda6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Checkout repository
3333
uses: actions/[email protected]
3434
- name: Setup Go
35-
uses: actions/setup-go@v4.0.1
35+
uses: actions/setup-go@v4.1.0
3636
with:
3737
go-version: 1.20.x
3838
cache-dependency-path: |

0 commit comments

Comments
 (0)