Skip to content

Commit 2b5da14

Browse files
authored
Merge pull request #706 from deniszh/dzhdanov/fix-2
Commenting out govulncheck
2 parents e173c7b + 35666cf commit 2b5da14

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ jobs:
5454
env:
5555
CGO_ENABLED: 1
5656

57-
- name: Govulncheck
58-
if: matrix.go != 'tip'
59-
id: govulncheck
60-
uses: golang/govulncheck-action@v1
61-
with:
62-
go-version-input: ${{ matrix.go }}
63-
check-latest: true
64-
go-package: ./...
57+
#- name: Govulncheck
58+
# if: matrix.go != 'tip'
59+
# id: govulncheck
60+
# uses: golang/govulncheck-action@v1
61+
# with:
62+
# go-version-input: ${{ matrix.go }}
63+
# check-latest: true
64+
# go-package: ./...
6565

6666
- name: Check Docker images
6767
run: |

0 commit comments

Comments
 (0)