diff --git a/.github/workflows/go-tests-other-os.yml b/.github/workflows/go-tests-other-os.yml index 58d59217112d..ce3b411ce35f 100644 --- a/.github/workflows/go-tests-other-os.yml +++ b/.github/workflows/go-tests-other-os.yml @@ -29,9 +29,11 @@ jobs: - name: dump env bash shell: bash run: | + set -x cd go + type -a bazel where bazel - declare -px + echo $PATH bazel version - name: Test shell: bash diff --git a/go/Makefile b/go/Makefile index 8c5cf013bb7b..1fe7726c5e20 100644 --- a/go/Makefile +++ b/go/Makefile @@ -1,5 +1,7 @@ gen: - export + bash -c "echo $$PATH" + bash -c "bazel version" + where bazel bazel version pwd