diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index deebc7d7a98..20f2fc5a9dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,6 +73,7 @@ jobs: - name: Print Go version and environment id: vars + shell: bash run: | printf "Using go at: $(which go)\n" printf "Go version: $(go version)\n"