Skip to content

Commit 731cf7a

Browse files
committed
ci: suppress errcheck
Signed-off-by: Heran Yang <[email protected]>
1 parent 9bee663 commit 731cf7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
uses: golangci/golangci-lint-action@v6
6969
with:
7070
version: v1.62.0
71-
args: --verbose
71+
args: --verbose -D errcheck
7272
working-directory: src/github.com/containerd/cgroups
7373

7474
cgroupV1:

0 commit comments

Comments
 (0)