This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package registry | |
| import ( | |
| "context" | |
| "fmt" | |
| "net" | |
| "net/http" | |
| "net/http/httptest" | |
| "testing" | |
| "time" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Braintrust Feedback API | |
| # Set these environment variables: | |
| # export PROJECT_ID="your-project-id" | |
| # export SPAN_ID="your-span-id" | |
| # export BRAINTRUST_API_KEY="your-api-key" | |
| echo "Submitting feedback..." |