Skip to content

Update to GopenPGP v3 #566

Update to GopenPGP v3

Update to GopenPGP v3 #566

Triggered via pull request January 18, 2024 14:48
@lubuxlubux
synchronize #258
v3
Status Failure
Total duration 1m 6s
Artifacts

go.yml

on: pull_request
Test with latest golang
54s
Test with latest golang
Test with 1.15
13s
Test with 1.15
Lint
25s
Lint
Fit to window
Zoom out
Zoom in

Annotations

12 errors
Test with 1.15
found packages charmap (charmap.go) and main (maketables.go) in /home/runner/go/pkg/mod/golang.org/x/[email protected]/encoding/charmap
Test with 1.15
import "golang.org/x/text/encoding/htmlindex" is a program, not an importable package
Test with 1.15
import "golang.org/x/text/encoding/internal/identifier" is a program, not an importable package
Test with 1.15
found packages japanese (all.go) and main (maketables.go) in /home/runner/go/pkg/mod/golang.org/x/[email protected]/encoding/japanese
Test with 1.15
found packages korean (all_test.go) and main (maketables.go) in /home/runner/go/pkg/mod/golang.org/x/[email protected]/encoding/korean
Test with 1.15
found packages simplifiedchinese (all.go) and main (maketables.go) in /home/runner/go/pkg/mod/golang.org/x/[email protected]/encoding/simplifiedchinese
Test with 1.15
found packages traditionalchinese (all_test.go) and main (maketables.go) in /home/runner/go/pkg/mod/golang.org/x/[email protected]/encoding/traditionalchinese
Test with 1.15
found packages language (common.go) and main (gen.go) in /home/runner/go/pkg/mod/golang.org/x/[email protected]/internal/language
Test with 1.15
found packages compact (compact.go) and main (gen.go) in /home/runner/go/pkg/mod/golang.org/x/[email protected]/internal/language/compact
Test with 1.15
found packages language (coverage.go) and main (gen.go) in /home/runner/go/pkg/mod/golang.org/x/[email protected]/language
Lint: crypto/key_clear.go#L4
SA1019: "crypto/dsa" has been deprecated since Go 1.16 because it shouldn't be used: DSA is a legacy algorithm, and modern alternatives such as Ed25519 (implemented by package crypto/ed25519) should be used instead. Keys with 1024-bit moduli (L1024N160 parameters) are cryptographically weak, while bigger keys are not widely supported. Note that FIPS 186-5 no longer approves DSA for signature generation. (staticcheck)
Lint
issues found