Part of #64
PR #54 added govulncheck to CI but with continue-on-error: true, making it non-blocking. This task:
- Remove
continue-on-error: true from the govulncheck CI step.
- Bump the Go toolchain to 1.26.4 (or current stable).
- Bump
golang.org/x/net to clear any known CVEs.
The gate must fail the build on new CVEs, not just report them.
Part of #64
PR #54 added govulncheck to CI but with
continue-on-error: true, making it non-blocking. This task:continue-on-error: truefrom the govulncheck CI step.golang.org/x/netto clear any known CVEs.The gate must fail the build on new CVEs, not just report them.