mirror of
https://github.com/soypat/lneto.git
synced 2026-09-01 04:19:05 +00:00
chore: bump minimum Go version to 1.24 (#85)
Signed-off-by: Marvin Drees <marvin.drees@9elements.com>
This commit is contained in:
+1
-1
@@ -163,7 +163,7 @@ func TestConn_ReadTruncates(t *testing.T) {
|
||||
|
||||
func TestConn_DemuxExhausted(t *testing.T) {
|
||||
conn := newTestConn(t) // queue size 4
|
||||
for i := 0; i < 4; i++ {
|
||||
for i := range 4 {
|
||||
frame := makeUDPFrame(8080, 1234, []byte{byte(i)})
|
||||
err := conn.Demux(frame, 0)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user