Skip to content

Commit 4e4b0b2

Browse files
drop 'Install Go' step from govulncheck workflow (#493)
1 parent 769c1bb commit 4e4b0b2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/govulncheck.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ jobs:
1313
- name: Checkout code
1414
uses: actions/checkout@v5
1515

16-
- name: Install Go
17-
uses: actions/setup-go@v5
18-
with:
19-
go-version-file: go.mod
20-
2116
- name: Run govulncheck
2217
uses: codeready-toolchain/toolchain-cicd/govulncheck-action@master
2318
with:

0 commit comments

Comments
 (0)