Skip to content

age,cmd/age,tag: implement post-quantum and tagged recipients #593

age,cmd/age,tag: implement post-quantum and tagged recipients

age,cmd/age,tag: implement post-quantum and tagged recipients #593

Triggered via pull request December 7, 2025 20:05
Status Failure
Total duration 4m 13s
Artifacts

test.yml

on: pull_request
Matrix: test-latest
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

15 errors
test-latest (go.mod)
Process completed with exit code 1.
test-latest (go.mod)
Sandbox command failed with exit code 1
test-latest (go.mod): plugin/encode.go#L103
cannot use pq (variable of type *"crypto/mlkem".EncapsulationKey768) as *"filippo.io/hpke/crypto/ecdh".PublicKey value in argument to hpke.NewHybridPublicKey
test-latest (go.mod): plugin/encode.go#L103
cannot use t (variable of type *"crypto/ecdh".PublicKey) as "filippo.io/hpke/crypto".Encapsulator value in argument to hpke.NewHybridPublicKey: *"crypto/ecdh".PublicKey does not implement "filippo.io/hpke/crypto".Encapsulator (missing method Encapsulate)
test-latest (oldstable)
Process completed with exit code 1.
test-latest (oldstable)
Sandbox command failed with exit code 1
test-latest (oldstable): plugin/encode.go#L103
cannot use pq (variable of type *"crypto/mlkem".EncapsulationKey768) as *"filippo.io/hpke/crypto/ecdh".PublicKey value in argument to hpke.NewHybridPublicKey
test-latest (oldstable): plugin/encode.go#L103
cannot use t (variable of type *"crypto/ecdh".PublicKey) as "filippo.io/hpke/crypto".Encapsulator value in argument to hpke.NewHybridPublicKey: *"crypto/ecdh".PublicKey does not implement "filippo.io/hpke/crypto".Encapsulator (missing method Encapsulate)
staticcheck
Process completed with exit code 1.
staticcheck
Sandbox command failed with exit code 1
staticcheck: plugin/client.go#L480
rand.Read has been deprecated since Go 1.20 because it shouldn't be used: For almost all use cases, [crypto/rand.Read] is more appropriate. If a deterministic source is required, use [math/rand/v2.ChaCha8.Read]. (SA1019)
test-latest (stable)
Process completed with exit code 1.
test-latest (stable)
Sandbox command failed with exit code 1
test-latest (stable): plugin/encode.go#L103
cannot use pq (variable of type *"crypto/mlkem".EncapsulationKey768) as *"filippo.io/hpke/crypto/ecdh".PublicKey value in argument to hpke.NewHybridPublicKey
test-latest (stable): plugin/encode.go#L103
cannot use t (variable of type *"crypto/ecdh".PublicKey) as "filippo.io/hpke/crypto".Encapsulator value in argument to hpke.NewHybridPublicKey: *"crypto/ecdh".PublicKey does not implement "filippo.io/hpke/crypto".Encapsulator (missing method Encapsulate)