Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Updates go version used in the pipeline #294

Merged
merged 9 commits into from
May 6, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
name: Lint
uses: flyteorg/flytetools/.github/workflows/lint.yml@master
with:
go-version: 1.16
go-version: 1.18
tests:
name: Unit Tests
uses: flyteorg/flytetools/.github/workflows/tests.yml@master
secrets:
FLYTE_BOT_PAT: ${{ secrets.FLYTE_BOT_PAT }}
with:
go-version: 1.16
go-version: 1.18
generate-protos:
runs-on: ubuntu-latest
name: Generate Protos
Expand Down Expand Up @@ -217,4 +217,4 @@ jobs:
name: Check Generate
uses: flyteorg/flytetools/.github/workflows/go_generate.yml@master
with:
go-version: 1.17
go-version: 1.18