From 02d6118383c80d61bb999bfd9070829b44b7ab3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ma=C5=82ek?= Date: Tue, 13 Sep 2022 14:01:27 +0200 Subject: [PATCH] tmp --- .github/workflows/push-to-another.yaml | 6 ++++++ 1 file changed, 6 insertions(+) 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