We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83589fd commit 7c8a258Copy full SHA for 7c8a258
.github/workflows/build.yaml
@@ -21,6 +21,8 @@ jobs:
21
go-version: ${{ matrix.go-version }}
22
check-latest: true
23
24
+ - uses: golang/govulncheck-action@dd3ead030e4f2cf713062f7a3395191802364e13 # v1
25
+
26
- run: |
27
go build ./...
28
go test -run=^$ ./...
0 commit comments