From 83aab82b12e02491a716f73bf103b2f741189cb0 Mon Sep 17 00:00:00 2001 From: Dmitri Gekhtman <62982571+DmitriGekhtman@users.noreply.github.com> Date: Mon, 5 Dec 2022 16:24:14 -0800 Subject: [PATCH] [CI] Pin go version in CRD consistency check (#794) (#797) Pin Go 1.17 in CRD consistency check. Signed-off-by: Dmitri Gekhtman --- .github/workflows/consistency-check.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/consistency-check.yaml b/.github/workflows/consistency-check.yaml index 52bce3103f..c6d972bb27 100644 --- a/.github/workflows/consistency-check.yaml +++ b/.github/workflows/consistency-check.yaml @@ -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