etcd/tools/mod/install_all.sh
Siyuan Zhang 5ca4d8ccf2 [3.4] enable gofail in e2e test.
Signed-off-by: Siyuan Zhang <sizhang@google.com>
2023-12-21 09:34:17 -08:00

7 lines
135 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
cd ./tools/mod || exit 2
go list --tags tools -f '{{ join .Imports "\n" }}' | xargs go install