Update go 1.19 -> 1.22 #350
test.yml
on: pull_request
docker-controller
3m 27s
docker-device-monitor
4m 14s
docker-injector-webhook
3m 37s
codegen
51s
lint
1m 17s
tests
2m 59s
Annotations
10 errors and 8 warnings
lint:
pkg/utils/resources.go#L15
File is not `gofumpt`-ed (gofumpt)
|
lint:
pkg/monitor/monitor_test.go#L113
The copy of the 'for' variable "testCase" can be deleted (Go 1.22+) (copyloopvar)
|
lint:
pkg/utils/resources.go#L14
Magic number: 4096, in <argument> detected (mnd)
|
lint:
cmd/manager/main.go#L85
Magic number: 9443, in <assign> detected (mnd)
|
lint:
cmd/webhook/main.go#L31
Magic number: 8443, in <argument> detected (mnd)
|
lint:
pkg/controllers/device_controller.go#L264
Magic number: 3, in <argument> detected (mnd)
|
lint:
pkg/kubeapi/api.go#L35
Magic number: 2, in <argument> detected (mnd)
|
lint:
pkg/kubeapi/api.go#L39
Magic number: 2, in <argument> detected (mnd)
|
lint:
pkg/monitor/monitor.go#L80
Magic number: 2, in <argument> detected (mnd)
|
lint:
pkg/controllers/device_controller_test.go#L79
error-nil: use assert.NoError (testifylint)
|
codegen
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
codegen
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v2, codecov/codecov-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2, codecov/codecov-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
docker-controller
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/login-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
docker-injector-webhook
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/login-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
docker-device-monitor
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/login-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|