aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGravatar Oleksandr Redko <oleksandr.red+github@gmail.com> 2023-02-15 12:54:23 +0200
committerGravatar GitHub <noreply@github.com> 2023-02-15 11:54:23 +0100
commitb79a03aaf94639119b26b5c6fef101b812c67d29 (patch)
treefc947aa7b9cdd5203b2f647337dc099b7c701650 /.github
parentdocs: Deprecate ErrAlreadyServing as never returning (#1491) (diff)
downloadfasthttp-b79a03aaf94639119b26b5c6fef101b812c67d29.tar.gz
fasthttp-b79a03aaf94639119b26b5c6fef101b812c67d29.tar.bz2
fasthttp-b79a03aaf94639119b26b5c6fef101b812c67d29.zip
test: close response body (#1496)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 7ea38d7..607432a 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -18,4 +18,4 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: v1.51.1
- args: --enable=nolintlint --enable=gochecknoinits --verbose
+ args: --enable=nolintlint,gochecknoinits,bodyclose --verbose