diff --git a/.github/workflows/build-push.yaml b/.github/workflows/build-push.yaml index 4f08ebd5d..0dc6f4da1 100644 --- a/.github/workflows/build-push.yaml +++ b/.github/workflows/build-push.yaml @@ -15,6 +15,11 @@ jobs: - name: Check out the repo uses: actions/checkout@v2 + - name: Install Go 1.17 + uses: actions/setup-go@v2 + with: + go-version: '1.17' + - name: Generate the bundle contents run: make bundle