You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ go test -count=1 ./...
? github.com/cloudflare/gokey/cmd/gokey [no test files]
--- FAIL: TestGetKey (0.02s)
gokey_test.go:161: keys with same invocation options do not match
FAIL
FAIL github.com/cloudflare/gokey 0.135s
ok github.com/cloudflare/gokey/rsa 2.279s
FAIL
It looks like real issue that the key generation is changed in Go1.20, but I haven't found related changelog in Go.