Skip to content

Commit

Permalink
CI: Add go version check step in make-check for linux
Browse files Browse the repository at this point in the history
This will make sure workflow files are on the same version where we
want it to be.
  • Loading branch information
praveenkumar committed May 7, 2024
1 parent 7cd2eac commit 9aa3b58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/make-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ jobs:
go-version: ${{ matrix.go }}
- name: Build
run: make check
- if: runner.os == 'Linux'
name: Go version check
run: make goversioncheck

0 comments on commit 9aa3b58

Please sign in to comment.