Skip to content

Instantly share code, notes, and snippets.

View maxlaverse's full-sized avatar

Maxime Lagresle maxlaverse

View GitHub Profile
diff --git a/Makefile b/Makefile
index 00730a98..28d23f11 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ GOARM=7
# List images with gcloud alpha container images list-tags gcr.io/google_containers/kube-cross
KUBE_CROSS_TAG=v1.8.3-1
-IPTABLES_VERSION=1.4.21
+IPTABLES_VERSION=1.6.1
package registry
import (
"context"
"fmt"
"net"
"net/http"
"net/http/httptest"
"testing"
"time"