Skip to content

build(deps): bump github.com/cloudflare/cloudflare-go from 0.14.0 to 0.85.0 #410

build(deps): bump github.com/cloudflare/cloudflare-go from 0.14.0 to 0.85.0

build(deps): bump github.com/cloudflare/cloudflare-go from 0.14.0 to 0.85.0 #410

Status Failure
Total duration 2m 18s
Artifacts

build-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
audit: cmd/devp2p/dns_cloudflare.go#L117
c.DNSRecords undefined (type *cloudflareClient has no field or method DNSRecords)
audit: cmd/devp2p/dns_cloudflare.go#L145
cannot use c.zoneID (variable of type string) as type *cloudflare.ResourceContainer in argument to c.CreateDNSRecord
audit: cmd/devp2p/dns_cloudflare.go#L145
cannot use record (variable of type cloudflare.DNSRecord) as type cloudflare.CreateDNSRecordParams in argument to c.CreateDNSRecord
audit: cmd/devp2p/dns_cloudflare.go#L151
assignment mismatch: 1 variable but c.UpdateDNSRecord returns 2 values
audit: cmd/devp2p/dns_cloudflare.go#L151
too many arguments in call to c.UpdateDNSRecord
audit: cmd/devp2p/dns_cloudflare.go#L171
cannot use c.zoneID (variable of type string) as type *cloudflare.ResourceContainer in argument to c.DeleteDNSRecord
audit
Process completed with exit code 2.
audit
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/