🌱 Bump golangci/golangci-lint-action from 6.3.2 to 6.5.0 #600
Annotations
10 errors and 5 warnings
lint:
internal/webhooks/inclusterippool_test.go#L81
ginkgo-linter: wrong error assertion. Consider using `g.Expect(webhook.ValidateDelete(ctx, namespacedPool)).Error().To(HaveOccurred(), "should not allow deletion when claims exist")` instead (ginkgolinter)
|
lint:
internal/webhooks/inclusterippool_test.go#L82
ginkgo-linter: wrong error assertion. Consider using `g.Expect(webhook.ValidateDelete(ctx, globalPool)).Error().To(HaveOccurred(), "should not allow deletion when claims exist")` instead (ginkgolinter)
|
lint:
internal/webhooks/inclusterippool_test.go#L86
ginkgo-linter: wrong error assertion. Consider using `g.Expect(webhook.ValidateDelete(ctx, namespacedPool)).Error().ToNot(HaveOccurred(), "should allow deletion when no claims exist")` instead (ginkgolinter)
|
lint:
internal/webhooks/inclusterippool_test.go#L87
ginkgo-linter: wrong error assertion. Consider using `g.Expect(webhook.ValidateDelete(ctx, globalPool)).Error().ToNot(HaveOccurred(), "should allow deletion when no claims exist")` instead (ginkgolinter)
|
lint:
internal/webhooks/inclusterippool_test.go#L138
ginkgo-linter: wrong error assertion. Consider using `g.Expect(webhook.ValidateUpdate(ctx, oldNamespacedPool, namespacedPool)).Error().To(HaveOccurred(), "should not allow removing in use IPs from addresses field in pool")` instead (ginkgolinter)
|
lint:
internal/webhooks/inclusterippool_test.go#L139
ginkgo-linter: wrong error assertion. Consider using `g.Expect(webhook.ValidateUpdate(ctx, oldGlobalPool, globalPool)).Error().To(HaveOccurred(), "should not allow removing in use IPs from addresses field in pool")` instead (ginkgolinter)
|
lint:
internal/webhooks/inclusterippool_test.go#L191
ginkgo-linter: wrong error assertion. Consider using `g.Expect(webhook.ValidateDelete(ctx, namespacedPool)).Error().ToNot(HaveOccurred())` instead (ginkgolinter)
|
lint:
internal/webhooks/inclusterippool_test.go#L192
ginkgo-linter: wrong error assertion. Consider using `g.Expect(webhook.ValidateDelete(ctx, globalPool)).Error().ToNot(HaveOccurred())` instead (ginkgolinter)
|
lint:
internal/webhooks/inclusterippool_test.go#L704
ginkgo-linter: wrong error assertion. Consider using `g.Expect(webhook.validate(&v1alpha2.InClusterIPPool{}, namespacedPool)).Error().ToNot(HaveOccurred(), "should allow /0 prefix InClusterIPPool")` instead (ginkgolinter)
|
lint:
internal/webhooks/inclusterippool_test.go#L705
ginkgo-linter: wrong error assertion. Consider using `g.Expect(webhook.validate(&v1alpha2.GlobalInClusterIPPool{}, globalPool)).Error().ToNot(HaveOccurred(), "should allow /0 prefix GlobalInClusterIPPool")` instead (ginkgolinter)
|
validate generated files
Cache not found for keys: setup-go-Linux-x64-ubuntu24-go-1.23.6-cfb365bf5d9192dabf03865d11b7071265b091deae183b1b1430a92e6990acd2
|
lint
Cache not found for keys: setup-go-Linux-x64-ubuntu24-go-1.23.6-cfb365bf5d9192dabf03865d11b7071265b091deae183b1b1430a92e6990acd2
|
lint
Cache not found for keys: golangci-lint.cache-Linux-2878-470f2e17f3d98d620b1bd2099c53d7f15e3c41ab, golangci-lint.cache-Linux-2878-
|
test
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
test
Cache not found for keys: setup-go-Linux-x64-ubuntu24-go-1.23.6-cfb365bf5d9192dabf03865d11b7071265b091deae183b1b1430a92e6990acd2
|