fix: close resp body #1262
Merged
fix: close resp body #1262
Annotations
13 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
misspell
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Set up Go
Restore cache failed: Dependencies file is not found in /home/runner/work/easegress/easegress. Supported file pattern: go.sum
|
Revive Action:
cmd/client/commandv2/convert/nginx/cmd.go#L18
should have a package comment
|
Revive Action:
cmd/client/commandv2/specs/spec.go#L18
should have a package comment
|
Revive Action:
cmd/client/commandv2/specs/spec.go#L116
comment on exported type AutoCertManagerSpec should be of the form "AutoCertManagerSpec ..." (with optional leading article)
|
Revive Action:
pkg/filters/mqttclientauth/mqttauth.go#L112
parameter 'previousGeneration' seems to be unused, consider removing or renaming it as _
|
Revive Action:
pkg/filters/kafkabackend/kafka_test.go#L119
method parameter groupId should be groupID
|
Revive Action:
cmd/builder/build/config.go#L31
exported type Options should have comment or be unexported
|
Revive Action:
pkg/filters/kafkabackend/kafka_test.go#L122
method parameter groupId should be groupID
|
Revive Action:
pkg/filters/kafkabackend/kafka.go#L154
parameter 'previousGeneration' seems to be unused, consider removing or renaming it as _
|
Revive Action:
pkg/filters/certextractor/certextractor.go#L97
parameter 'previousGeneration' seems to be unused, consider removing or renaming it as _
|
Revive Action:
pkg/filters/proxies/httpproxy/simplehttpproxy_test.go#L33
func newTestSimpleHttpProxy should be newTestSimpleHTTPProxy
|
Loading