Experimental Tessera-based age keyserver demo with tlog-proofs, VRFs, and anti-poisoning #257
test.yml
on: pull_request
staticcheck
1m 48s
govulncheck
56s
Matrix: test
Annotations
4 errors
|
staticcheck
Process completed with exit code 1.
|
|
staticcheck
Sandbox command failed with exit code 1
|
|
staticcheck:
cmd/litewitness/litewitness_test.go#L21
testscript.RunMain is deprecated: use [Main], as the only reason for returning exit codes was to collect full code coverage, which Go does automatically now: https://go.dev/blog/integration-test-coverage (SA1019)
|
|
staticcheck:
cmd/age-keyserver/main_test.go#L23
testscript.RunMain is deprecated: use [Main], as the only reason for returning exit codes was to collect full code coverage, which Go does automatically now: https://go.dev/blog/integration-test-coverage (SA1019)
|