Skip to content

Bump github.com/slackhq/nebula from 1.10.3 to 1.11.0 #2031

Bump github.com/slackhq/nebula from 1.10.3 to 1.11.0

Bump github.com/slackhq/nebula from 1.10.3 to 1.11.0 #2031

Triggered via pull request August 13, 2026 10:30
Status Failure
Total duration 2m 43s
Artifacts

ci.yml

on: pull_request
ci  /  ...  /  set-go-matrix
5s
ci / build / set-go-matrix
ci  /  ...  /  set-go-matrix
4s
ci / test / set-go-matrix
ci  /  ...  /  lint
1m 52s
ci / lint / lint
ci  /  ...  /  govulncheck
1m 1s
ci / govulncheck / govulncheck
Matrix: ci / codeql / CodeQL Analyze
Matrix: ci / build / build
Matrix: ci / test / test
Fit to window
Zoom out
Zoom in

Annotations

10 errors
ci / build / build (oldstable)
Process completed with exit code 2.
ci / test / test (oldstable)
Process completed with exit code 1.
ci / build / build (stable)
The strategy configuration was canceled because "ci.build.build.oldstable" failed
ci / build / build (stable)
The operation was canceled.
ci / test / test (stable)
The strategy configuration was canceled because "ci.test.test.oldstable" failed
ci / test / test (stable)
The operation was canceled.
ci / lint / lint
issues found
ci / lint / lint
SA1019: k.D has been deprecated since Go 1.26 and an alternative has been available since Go 1.25: modifying the raw value can produce invalid keys, and may invalidate internal optimizations; moreover, [big.Int] methods are not suitable for operating on cryptographic values. To encode and decode PrivateKey values, use [PrivateKey.Bytes] and [ParseRawPrivateKey] or [crypto/x509.MarshalPKCS8PrivateKey] and [crypto/x509.ParsePKCS8PrivateKey]. For ECDH, use [crypto/ecdh]. (staticcheck)
ci / lint / lint
SA1019: k.Y has been deprecated since Go 1.26 and an alternative has been available since Go 1.25: modifying the raw coordinates can produce invalid keys, and may invalidate internal optimizations; moreover, [big.Int] methods are not suitable for operating on cryptographic values. To encode and decode PublicKey values, use [PublicKey.Bytes] and [ParseUncompressedPublicKey] or [crypto/x509.MarshalPKIXPublicKey] and [crypto/x509.ParsePKIXPublicKey]. For ECDH, use [crypto/ecdh]. For lower-level elliptic curve operations, use a third-party module like filippo.io/nistec. (staticcheck)
ci / lint / lint
SA1019: k.X has been deprecated since Go 1.26 and an alternative has been available since Go 1.25: modifying the raw coordinates can produce invalid keys, and may invalidate internal optimizations; moreover, [big.Int] methods are not suitable for operating on cryptographic values. To encode and decode PublicKey values, use [PublicKey.Bytes] and [ParseUncompressedPublicKey] or [crypto/x509.MarshalPKIXPublicKey] and [crypto/x509.ParsePKIXPublicKey]. For ECDH, use [crypto/ecdh]. For lower-level elliptic curve operations, use a third-party module like filippo.io/nistec. (staticcheck)