Update golangci/golangci-lint-action action to v6 #415
Triggered via pull request
September 20, 2024 13:43
Status
Success
Total duration
1m 15s
Artifacts
–
Annotations
10 errors and 1 warning
lint:
internal/cloudflare.go#L45
cf.client.DNSRecords undefined (type *cloudflare.API has no field or method DNSRecords)
|
lint:
internal/cloudflare.go#L66
cf.client.DNSRecords undefined (type *cloudflare.API has no field or method DNSRecords)
|
lint:
internal/cloudflare.go#L91
cannot use zoneID (variable of type string) as *cloudflare.ResourceContainer value in argument to cf.client.CreateDNSRecord
|
lint:
internal/cloudflare.go#L91
cannot use record (variable of type cloudflare.DNSRecord) as cloudflare.CreateDNSRecordParams value in argument to cf.client.CreateDNSRecord
|
lint:
internal/cloudflare.go#L109
cannot use zoneID (variable of type string) as *cloudflare.ResourceContainer value in argument to cf.client.DeleteDNSRecord
|
lint:
internal/cloudflare.go#L141
assignment mismatch: 1 variable but cf.client.UpdateDNSRecord returns 2 values
|
lint:
internal/cloudflare.go#L141
too many arguments in call to cf.client.UpdateDNSRecord
|
lint:
internal/cloudflare.go#L210
assignment mismatch: 1 variable but cf.client.UpdateDNSRecord returns 2 values
|
lint:
internal/cloudflare.go#L210
too many arguments in call to cf.client.UpdateDNSRecord
|
lint:
internal/kube/ingresses.go#L6
could not import github.com/containeroo/syncflaer/internal (-: # github.com/containeroo/syncflaer/internal
|
lint
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|