chore: update CI #313
Annotations
10 errors and 1 warning
Lint Sourcecode:
client_test.go#L22
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
|
Lint Sourcecode:
client_test.go#L63
calculated cyclomatic complexity for function TestRegisterAccount is 13, max is 10 (cyclop)
|
Lint Sourcecode:
storage_test.go#L38
calculated cyclomatic complexity for function TestNewFileStorage is 11, max is 10 (cyclop)
|
Lint Sourcecode:
storage_test.go#L93
calculated cyclomatic complexity for function TestNewFileStorageWithLegacyData is 11, max is 10 (cyclop)
|
Lint Sourcecode:
client.go#L35
http.Transport is missing fields OnProxyConnectResponse, DialContext, DialTLSContext, DialTLS, TLSClientConfig, DisableKeepAlives, DisableCompression, MaxIdleConns, MaxIdleConnsPerHost, MaxConnsPerHost, IdleConnTimeout, TLSNextProto, ProxyConnectHeader, GetProxyConnectHeader, MaxResponseHeaderBytes, WriteBufferSize, ReadBufferSize, ForceAttemptHTTP2 (exhaustruct)
|
Lint Sourcecode:
client.go#L37
net.Dialer is missing fields Deadline, LocalAddr, DualStack, FallbackDelay, KeepAliveConfig, Resolver, Cancel, Control, ControlContext (exhaustruct)
|
Lint Sourcecode:
client_test.go#L14
goacmedns.Account is missing field ServerURL (exhaustruct)
|
Lint Sourcecode:
client_test.go#L73
goacmedns.<anonymous> is missing fields AllowFrom, ExpectedAccount (exhaustruct)
|
Lint Sourcecode:
client_test.go#L82
goacmedns.<anonymous> is missing fields AllowFrom, ExpectedErr (exhaustruct)
|
Lint Sourcecode:
client_test.go#L87
goacmedns.<anonymous> is missing field ExpectedErr (exhaustruct)
|
Lint Sourcecode
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|