From 7667252327277f359514eeca1551d6649213cf0c Mon Sep 17 00:00:00 2001 From: cpanato Date: Thu, 14 Mar 2024 08:49:05 +0100 Subject: [PATCH] debug Signed-off-by: cpanato --- integration_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_test.sh b/integration_test.sh index 46b4c15611..b345413dfe 100755 --- a/integration_test.sh +++ b/integration_test.sh @@ -21,7 +21,7 @@ mkdir -p "$GOPATH/src/github.com/google/ko" cp -r "$ROOT_DIR/"* "$GOPATH/src/github.com/google/ko/" echo "Downloading github.com/go-training/helloworld" -GO111MODULE=off go get -d github.com/go-training/helloworld +go get -d github.com/go-training/helloworld pushd "$GOPATH/src/github.com/google/ko" || exit 1