diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 0947ae4d..0ecae135 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -13,10 +13,14 @@ jobs: lint: name: Lint uses: flyteorg/flytetools/.github/workflows/lint.yml@master + with: + go-version: "1.17" tests: name: Unit Tests uses: flyteorg/flytetools/.github/workflows/tests.yml@master + with: + go-version: "1.17" secrets: FLYTE_BOT_PAT: ${{ secrets.FLYTE_BOT_PAT }} @@ -27,6 +31,8 @@ jobs: generate: name: Check Go Gennerate uses: flyteorg/flytetools/.github/workflows/go_generate.yml@master + with: + go-version: "1.17" bump_version: name: Bump Version @@ -42,6 +48,8 @@ jobs: uses: flyteorg/flytetools/.github/workflows/goreleaser.yml@master secrets: FLYTE_BOT_PAT: ${{ secrets.FLYTE_BOT_PAT }} + with: + go-version: "1.17" push_docker_image: name: Build & Push Datacatalog Image diff --git a/.github/workflows/upgrade_automation.yml b/.github/workflows/upgrade_automation.yml index b94163b1..7d0d5455 100644 --- a/.github/workflows/upgrade_automation.yml +++ b/.github/workflows/upgrade_automation.yml @@ -16,5 +16,6 @@ jobs: uses: flyteorg/flytetools/.github/workflows/flyte_automation.yml@master with: component: ${{ github.event.inputs.component }} + go-version: "1.17" secrets: FLYTE_BOT_PAT: ${{ secrets.FLYTE_BOT_PAT }}