diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 716630b9e..d42b707e5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,8 +25,8 @@ jobs: bundler-cache: true timeout-minutes: 30 - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: - go-version: '1.18' + go-version-file: 'manageiq-operator/go.mod' - name: Run tests run: bundle exec rake