mirror of
https://github.com/soypat/lneto.git
synced 2026-08-26 17:39:29 +00:00
remove govulncheck from CI for time being
This commit is contained in:
@@ -24,11 +24,11 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: go build -v ./...
|
run: go build -v ./...
|
||||||
|
|
||||||
- name: govulncheck
|
# - name: govulncheck # Getting false positives all the time.
|
||||||
uses: golang/govulncheck-action@v1
|
# uses: golang/govulncheck-action@v1
|
||||||
with:
|
# with:
|
||||||
go-version-input: 1.21
|
# go-version-input: 1.21
|
||||||
go-package: ./...
|
# go-package: ./...
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: go test -v -coverprofile=coverage.txt -covermode=atomic ./...
|
run: go test -v -coverprofile=coverage.txt -covermode=atomic ./...
|
||||||
|
|||||||
Reference in New Issue
Block a user