We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcdf84a commit c063360Copy full SHA for c063360
.github/workflows/test.yml
@@ -15,3 +15,8 @@ jobs:
15
cache: false
16
- uses: actions/checkout@v3
17
- 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