refactor: remove use of port in probing metric #388
Annotations
10 errors and 1 warning
Build:
internal/integration_test/integration_test.go#L136
cannot use proxyListener.Addr().(*net.TCPAddr).Port (variable of type int) as string value in argument to service.NewTCPHandler
|
Build:
internal/integration_test/integration_test.go#L205
cannot use proxyListener.Addr().(*net.TCPAddr).Port (variable of type int) as string value in argument to service.NewTCPHandler
|
Build:
internal/integration_test/integration_test.go#L387
cannot use proxyListener.Addr().(*net.TCPAddr).Port (variable of type int) as string value in argument to service.NewTCPHandler
|
Build:
internal/integration_test/integration_test.go#L451
cannot use proxyListener.Addr().(*net.TCPAddr).Port (variable of type int) as string value in argument to service.NewTCPHandler
|
Build:
service/tcp_test.go#L284
cannot use listener.Addr().(*net.TCPAddr).Port (variable of type int) as string value in argument to NewTCPHandler
|
Build:
service/tcp_test.go#L361
cannot use listener.Addr().(*net.TCPAddr).Port (variable of type int) as string value in argument to NewTCPHandler
|
Build:
service/tcp_test.go#L396
cannot use listener.Addr().(*net.TCPAddr).Port (variable of type int) as string value in argument to NewTCPHandler
|
Build:
service/tcp_test.go#L432
cannot use listener.Addr().(*net.TCPAddr).Port (variable of type int) as string value in argument to NewTCPHandler
|
Build:
service/tcp_test.go#L475
cannot use listener.Addr().(*net.TCPAddr).Port (variable of type int) as string value in argument to NewTCPHandler
|
Build:
service/tcp_test.go#L506
cannot use listener.Addr().(*net.TCPAddr).Port (variable of type int) as string value in argument to NewTCPHandler
|
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|