Skip to content

Commit

Permalink
[CI] Pin go version in CRD consistency check (ray-project#794)
Browse files Browse the repository at this point in the history
Pin Go 1.17 in CRD consistency check.

Signed-off-by: Dmitri Gekhtman <[email protected]>
  • Loading branch information
DmitriGekhtman authored Dec 6, 2022
1 parent 9532d6d commit 96740e2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/consistency-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ jobs:
with:
fetch-depth: 0

- name: Set up Go 1.17.x
uses: actions/setup-go@v2
with:
# Use the same go version with build job
go-version: '1.17'

- name: Update CRD/RBAC YAML files
working-directory: ./ray-operator
run: make manifests
Expand Down

0 comments on commit 96740e2

Please sign in to comment.