Test using Go 1.8-1.10; official builds with 1.10 (#4041)
This commit is contained in:
@@ -197,7 +197,7 @@ func TestUDP_SerializeError(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestUDP_WriteWithRealConn(t *testing.T) {
|
||||
conn, err := net.ListenPacket("udp", ":0")
|
||||
conn, err := net.ListenPacket("udp", "127.0.0.0:0")
|
||||
require.NoError(t, err)
|
||||
|
||||
metrics := []telegraf.Metric{
|
||||
|
||||
Reference in New Issue
Block a user