Skip to content

Commit

Permalink
Pull the go version from go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunne committed Jul 20, 2022
1 parent 424246b commit 5f40779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5f40779

Please sign in to comment.