Skip to content

chore(deps): update module github.com/golangci/golangci-lint/cmd/golangci-lint to v1.59.1 #1519

chore(deps): update module github.com/golangci/golangci-lint/cmd/golangci-lint to v1.59.1

chore(deps): update module github.com/golangci/golangci-lint/cmd/golangci-lint to v1.59.1 #1519

Status Success
Total duration 1m 40s
Artifacts

codeql.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
Analyze (go)
cannot use &AuthProxyWorkload{} (value of type *AuthProxyWorkload) as admission.Defaulter value in variable declaration: *AuthProxyWorkload does not implement admission.Defaulter (missing method DeepCopyObject)
Analyze (go)
cannot use &AuthProxyWorkload{} (value of type *AuthProxyWorkload) as admission.Validator value in variable declaration: *AuthProxyWorkload does not implement admission.Validator (missing method DeepCopyObject)
Analyze (go)
cannot use &AuthProxyWorkload{} (value of type *AuthProxyWorkload) as "k8s.io/apimachinery/pkg/runtime".Object value in argument to SchemeBuilder.Register: *AuthProxyWorkload does not implement "k8s.io/apimachinery/pkg/runtime".Object (missing method DeepCopyObject)
Analyze (go)
cannot use &AuthProxyWorkloadList{} (value of type *AuthProxyWorkloadList) as "k8s.io/apimachinery/pkg/runtime".Object value in argument to SchemeBuilder.Register: *AuthProxyWorkloadList does not implement "k8s.io/apimachinery/pkg/runtime".Object (missing method DeepCopyObject)
Analyze (go)
cannot use r (variable of type *AuthProxyWorkload) as "k8s.io/apimachinery/pkg/runtime".Object value in argument to ctrl.NewWebhookManagedBy(mgr).For: *AuthProxyWorkload does not implement "k8s.io/apimachinery/pkg/runtime".Object (missing method DeepCopyObject)
Analyze (go)
impossible type assertion: old.(*AuthProxyWorkload)
Analyze (go)
cannot use &cloudsqlapi.AuthProxyWorkload{} (value of type *"github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/internal/api/v1".AuthProxyWorkload) as client.Object value in argument to ctrl.NewControllerManagedBy(mgr).For: *"github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/internal/api/v1".AuthProxyWorkload does not implement client.Object (missing method DeepCopyObject)
Analyze (go)
cannot use resource (variable of type *"github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/internal/api/v1".AuthProxyWorkload) as client.Object value in argument to r.Get: *"github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/internal/api/v1".AuthProxyWorkload does not implement client.Object (missing method DeepCopyObject)
Analyze (go)
cannot use resource (variable of type *"github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/internal/api/v1".AuthProxyWorkload) as client.Object value in argument to controllerutil.ContainsFinalizer: *"github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/internal/api/v1".AuthProxyWorkload does not implement client.Object (missing method DeepCopyObject)
Analyze (go)
cannot use resource (variable of type *"github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/internal/api/v1".AuthProxyWorkload) as client.Object value in argument to controllerutil.RemoveFinalizer: *"github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/internal/api/v1".AuthProxyWorkload does not implement client.Object (missing method DeepCopyObject)
Analyze (go)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744, github/codeql-action/init@a073c66b2accf653a511d88537804dcafa07812e, github/codeql-action/autobuild@a073c66b2accf653a511d88537804dcafa07812e, github/codeql-action/analyze@a073c66b2accf653a511d88537804dcafa07812e. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Analyze (go)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/