Skip to content

Commit

Permalink
Updates go version used in the pipeline (flyteorg#294)
Browse files Browse the repository at this point in the history
* Adds linter for go code

Signed-off-by: Yukesh Kumar <[email protected]>

* Usess re-usable linter

Signed-off-by: Yukesh Kumar <[email protected]>

* changes wrt comment

Signed-off-by: Yukesh Kumar <[email protected]>

* changes wrt comments

Signed-off-by: Yukesh Kumar <[email protected]>

* updates go version in the yaml file

Signed-off-by: Yukesh Kumar <[email protected]>

Co-authored-by: Yuvraj <[email protected]>
  • Loading branch information
yk-x-25 and yindia authored May 6, 2022
1 parent e749b82 commit 654427e
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 654427e

Please sign in to comment.