Skip to content

Handle A and AAAA records TTL properly in dnscache #291

Handle A and AAAA records TTL properly in dnscache

Handle A and AAAA records TTL properly in dnscache #291

Triggered via pull request March 3, 2025 15:49
Status Failure
Total duration 1m 50s
Artifacts

build.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Test: pkg/dns/dnscache.go#L54
struct field ips has json tag but is not exported
Test: pkg/dns/dnscache.go#L55
struct field setName has json tag but is not exported
Test: pkg/dns/dnscache.go#L108
struct field ipv4 has json tag but is not exported
Test: pkg/dns/dnscache.go#L109
struct field ipv6 repeats json tag "ipv4" also at dnscache.go:108
Test: pkg/dns/dnscache.go#L109
struct field ipv6 has json tag but is not exported
Test
Process completed with exit code 2.
Build: pkg/dns/dnscache.go#L54
structtag: struct field ips has json tag but is not exported (govet)
Build: pkg/dns/dnscache.go#L55
structtag: struct field setName has json tag but is not exported (govet)
Build: pkg/dns/dnscache.go#L108
structtag: struct field ipv4 has json tag but is not exported (govet)
Build: pkg/dns/dnscache.go#L109
structtag: struct field ipv6 repeats json tag "ipv4" also at dnscache.go:108 (govet)
Build
issues found