diff --git a/.github/workflows/notebook_controller_unit_test.yaml b/.github/workflows/notebook_controller_unit_test.yaml index 9cf29664090..9f572624310 100644 --- a/.github/workflows/notebook_controller_unit_test.yaml +++ b/.github/workflows/notebook_controller_unit_test.yaml @@ -14,10 +14,10 @@ jobs: - name: Install Go uses: actions/setup-go@v3 with: - go-version: '1.17' + go-version: '1.20' check-latest: true - name: Run unit tests run: | cd components/notebook-controller - make test \ No newline at end of file + make test