Skip to content

Commit 7170aa3

Browse files
committed
remove -i from go-run script
more info: golang/go#27285 Signed-off-by: Andrew Seigner <[email protected]>
1 parent 39b258a commit 7170aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/go-run

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ if [ "$#" -eq 0 ]; then
1111
fi
1212

1313
ldflags="-X github.com/linkerd/linkerd2/pkg/version.Version=$($bindir/root-tag)"
14-
GO111MODULE=on go build -v -mod=readonly -i -race -o .gorun -ldflags "$ldflags" "./$1"
14+
GO111MODULE=on go build -v -mod=readonly -race -o .gorun -ldflags "$ldflags" "./$1"
1515
shift
1616
exec ./.gorun "$@"

0 commit comments

Comments
 (0)