Skip to content

Commit c063360

Browse files
committed
add govulncheck action
1 parent bcdf84a commit c063360

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,8 @@ jobs:
1515
cache: false
1616
- uses: actions/checkout@v3
1717
- run: go test ./...
18+
- id: govulncheck
19+
uses: golang/govulncheck-action@v1
20+
with:
21+
go-version-input: ${{ matrix.go-version }}
22+
go-package: ./...

0 commit comments

Comments
 (0)