Skip to content

Add support for NXNAME type #953

Add support for NXNAME type

Add support for NXNAME type #953

Triggered via pull request July 22, 2024 21:24
Status Failure
Total duration 24s
Artifacts

go.yml

on: pull_request
Matrix: Build and Test
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
Build and Test (1.21.x): ztypes.go#L63
cannot use new(NXNAME) (value of type *NXNAME) as RR value in return statement: *NXNAME does not implement RR (missing method isDuplicate)
Build and Test (1.21.x): ztypes.go#L1119
cannot use &NXNAME{…} (value of type *NXNAME) as RR value in return statement: *NXNAME does not implement RR (missing method isDuplicate)
Build and Test (1.21.x)
Process completed with exit code 1.
Build and Test (1.20.x)
The job was canceled because "_1_21_x" failed.
Build and Test (1.20.x): ztypes.go#L63
cannot use new(NXNAME) (value of type *NXNAME) as RR value in return statement: *NXNAME does not implement RR (missing method isDuplicate)
Build and Test (1.20.x): ztypes.go#L1119
cannot use &NXNAME{…} (value of type *NXNAME) as RR value in return statement: *NXNAME does not implement RR (missing method isDuplicate)
Build and Test (1.20.x)
The operation was canceled.
Build and Test (1.21.x)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/