Bump golang.org/x/net from 0.17.0 to 0.23.0 #15
Annotations
10 errors and 1 warning
test
15/76 tests failed
|
|
Test github.com/wealdtech/go-ens/v3/TestNameExpiry failed in 0.03s:
name_test.go#L76
Error Trace: /home/runner/work/go-ens/go-ens/name_test.go:76
Error: Expected nil, but got: &errors.errorString{s:"no registrar for eth"}
Test: TestNameExpiry
Messages: Failed to create name
|
|
Test github.com/wealdtech/go-ens/v3/TestInvalidName failed in 0.02s:
name_test.go#L100
Error Trace: /home/runner/work/go-ens/go-ens/name_test.go:100
Error: Not equal:
expected: "no registrar for eth"
actual : "name is not valid according to the rules of the registrar (too short, invalid characters, etc.)"
Diff:
--- Expected
+++ Actual
@@ -1 +1 @@
-no registrar for eth
+name is not valid according to the rules of the registrar (too short, invalid characters, etc.)
Test: TestInvalidName
|
|
Test github.com/wealdtech/go-ens/v3/TestResolveNotPresent failed in 0.02s:
resolver_test.go#L42
Error Trace: /home/runner/work/go-ens/go-ens/resolver_test.go:42
Error: Not equal:
expected: "unregistered name"
actual : "429 Too Many Requests: {\"jsonrpc\":\"2.0\",\"id\":1,\"error\":{\"code\":-32005,\"message\":\"project ID request rate exceeded\",\"data\":{\"see\":\"https://infura.io/dashboard\"}}}"
Diff:
--- Expected
+++ Actual
@@ -1 +1 @@
-unregistered name
+429 Too Many Requests: {"jsonrpc":"2.0","id":1,"error":{"code":-32005,"message":"project ID request rate exceeded","data":{"see":"https://infura.io/dashboard"}}}
Test: TestResolveNotPresent
Messages: Unexpected error
|
|
Test github.com/wealdtech/go-ens/v3/TestResolveBadResolver failed in 0.03s:
resolver_test.go#L54
Error Trace: /home/runner/work/go-ens/go-ens/resolver_test.go:54
Error: Not equal:
expected: "no address"
actual : "429 Too Many Requests: {\"jsonrpc\":\"2.0\",\"id\":3,\"error\":{\"code\":-32005,\"message\":\"project ID request rate exceeded\",\"data\":{\"see\":\"https://infura.io/dashboard\"}}}"
Diff:
--- Expected
+++ Actual
@@ -1 +1 @@
-no address
+429 Too Many Requests: {"jsonrpc":"2.0","id":3,"error":{"code":-32005,"message":"project ID request rate exceeded","data":{"see":"https://infura.io/dashboard"}}}
Test: TestResolveBadResolver
Messages: Unexpected error
|
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, n8maninger/action-golang-test@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|