diff --git a/.github/workflows/push-to-another.yaml b/.github/workflows/push-to-another.yaml index aac82b0c5..6b29d169d 100644 --- a/.github/workflows/push-to-another.yaml +++ b/.github/workflows/push-to-another.yaml @@ -5,6 +5,7 @@ on: branches: - '*' + jobs: lint: runs-on: ubuntu-latest @@ -15,6 +16,11 @@ jobs: with: fetch-depth: 0 + - name: Setup go + uses: actions/setup-go@v3 + with: + go-version: '^1.19' + - name: bundle run: VERSION=0.0.3 make bundle.redhat-certified