Add an option to change reselect function #6595
ci.yaml
on: pull_request
yamllint
/
yamllint
9s
golangci-lint
/
golangci-lint
1m 37s
exclude-fmt-errorf
/
exclude-fmt-errorf
3s
restrict-nsm-deps
/
restrict-nsm-deps
5s
checkgomod
/
checkgomod
44s
gogenerate
/
gogenerate
35s
exclude-replace
/
excludereplace
2s
Matrix: build-and-test / build-and-test
Matrix: code-cov
Annotations
14 errors and 5 warnings
golangci-lint / golangci-lint:
pkg/tools/clock/clock.go#L62
cannot use &realTimer{…} (value of type *realTimer) as Timer value in return statement: *realTimer does not implement Timer (missing method Reset) (typecheck)
|
golangci-lint / golangci-lint:
pkg/tools/clock/clock.go#L72
cannot use &realTimer{…} (value of type *realTimer) as Timer value in return statement: *realTimer does not implement Timer (missing method Reset) (typecheck)
|
golangci-lint / golangci-lint:
pkg/tools/clock/clock.go#L78
cannot use &realTicker{…} (value of type *realTicker) as Ticker value in return statement: *realTicker does not implement Ticker (missing method Reset) (typecheck)
|
golangci-lint / golangci-lint:
pkg/networkservice/common/begin/client.go#L61
b.LoadOrStore undefined (type *beginClient has no field or method LoadOrStore) (typecheck)
|
golangci-lint / golangci-lint:
pkg/networkservice/common/begin/client.go#L65
b.Delete undefined (type *beginClient has no field or method Delete) (typecheck)
|
golangci-lint / golangci-lint:
pkg/networkservice/common/begin/client.go#L74
b.Load undefined (type *beginClient has no field or method Load) (typecheck)
|
golangci-lint / golangci-lint:
pkg/networkservice/common/begin/client.go#L87
b.Delete undefined (type *beginClient has no field or method Delete) (typecheck)
|
golangci-lint / golangci-lint:
pkg/networkservice/common/begin/client.go#L107
b.Load undefined (type *beginClient has no field or method Load) (typecheck)
|
golangci-lint / golangci-lint:
pkg/networkservice/common/begin/client.go#L119
b.Load undefined (type *beginClient has no field or method Load) (typecheck)
|
golangci-lint / golangci-lint:
pkg/networkservice/common/begin/server.go#L50
b.LoadOrStore undefined (type *beginServer has no field or method LoadOrStore) (typecheck)
|
code-cov (macos-latest)
race detected during execution of test
|
code-cov (macos-latest)
race detected during execution of test
|
code-cov (macos-latest)
Process completed with exit code 1.
|
build-and-test / build-and-test (windows-latest)
Process completed with exit code 1.
|
gogenerate / gogenerate
The following actions use a deprecated Node.js version and will be forced to run on node20: arduino/setup-protoc@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
code-cov (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
code-cov (ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v1, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
code-cov (macos-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
code-cov (macos-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|