diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 773e9dde5..8f6bf4aca 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -15,6 +15,10 @@ jobs: runs-on: ubuntu-latest container: us.gcr.io/cf-rabbitmq-for-k8s-bunny/rabbitmq-for-kubernetes-ci steps: + - name: Install Go + uses: actions/setup-go@v2 + with: + go-version: ${{ env.GO_VERSION }} - name: Check out code into the Go module directory uses: actions/checkout@v2 - name: Unit tests