fix(deps): update module github.com/stretchr/testify to v1.10.0 #40
Annotations
8 errors and 3 warnings
golangci-lint:
tests/integration/testutils/test_utils.go#L89
Error return value of `container.StartLogProducer` is not checked (errcheck)
|
golangci-lint:
tests/integration/testutils/test_utils.go#L77
`Initialised` is a misspelling of `Initialized` (misspell)
|
golangci-lint:
tests/integration/testutils/test_utils.go#L58
unnecessary leading newline (whitespace)
|
golangci-lint:
tests/integration/statsd_test.go#L126
unnecessary leading newline (whitespace)
|
golangci-lint:
tests/integration/testutils/test_utils.go#L48
do not compare errors directly "err != http.ErrServerClosed", use "!errors.Is(err, http.ErrServerClosed)" instead (err113)
|
golangci-lint:
tests/integration/testutils/test_utils.go#L22
ST1003: const HttpServerPort should be HTTPServerPort (stylecheck)
|
golangci-lint:
tests/integration/testutils/test_utils.go#L41
ST1003: func StartHttpServer should be StartHTTPServer (stylecheck)
|
golangci-lint
issues found
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check if CHANGELOG is valid
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/
|
Run actions/setup-go@v5
Restore cache failed: Dependencies file is not found in /home/runner/work/nri-statsd/nri-statsd. Supported file pattern: go.sum
|
Loading