Skip to content

Use go version from go.mod files in CI #5185

Use go version from go.mod files in CI

Use go version from go.mod files in CI #5185

name: Flyteidl Verification Tests
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
on:
pull_request:
push:
branches:
- master
- 'release-v**'
jobs:
lint:
name: Lint
strategy:
fail-fast: false
uses: ./.github/workflows/lint.yml
with:
component: flyteidl
unit-tests:
name: Unit Tests
uses: ./.github/workflows/unit-tests.yml
with:
component: flyteidl
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
generate:
name: Check Go Generate
strategy:
fail-fast: false
uses: ./.github/workflows/go_generate.yml
with:
component: flyteidl
secrets:
FLYTE_BOT_PAT: ${{ secrets.FLYTE_BOT_PAT }}