Update actions/checkout digest to 11bd719 #435
Annotations
10 errors and 1 warning
golangci-lint:
internal/additionalRecords.go#L1
: # github.com/containeroo/syncflaer/internal
|
golangci-lint:
internal/cloudflare.go#L45
cf.client.DNSRecords undefined (type *cloudflare.API has no field or method DNSRecords)
|
golangci-lint:
internal/cloudflare.go#L66
cf.client.DNSRecords undefined (type *cloudflare.API has no field or method DNSRecords)
|
golangci-lint:
internal/cloudflare.go#L91
cannot use zoneID (variable of type string) as *cloudflare.ResourceContainer value in argument to cf.client.CreateDNSRecord
|
golangci-lint:
internal/cloudflare.go#L91
cannot use record (variable of type cloudflare.DNSRecord) as cloudflare.CreateDNSRecordParams value in argument to cf.client.CreateDNSRecord
|
golangci-lint:
internal/cloudflare.go#L109
cannot use zoneID (variable of type string) as *cloudflare.ResourceContainer value in argument to cf.client.DeleteDNSRecord
|
golangci-lint:
internal/cloudflare.go#L141
assignment mismatch: 1 variable but cf.client.UpdateDNSRecord returns 2 values
|
golangci-lint:
internal/cloudflare.go#L141
too many arguments in call to cf.client.UpdateDNSRecord
|
golangci-lint:
internal/cloudflare.go#L210
assignment mismatch: 1 variable but cf.client.UpdateDNSRecord returns 2 values
|
golangci-lint:
internal/cloudflare.go#L210
too many arguments in call to cf.client.UpdateDNSRecord
|
The following actions use a deprecated Node.js version and will be forced to run on node20: golangci/golangci-lint-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/
|
Loading