ci: set setup-python@v4 python-version for lint

This commit is contained in:
Revant Nandgaonkar 2022-06-13 14:57:49 +05:30
parent f9eabb8c21
commit 70505c8b4d

View file

@ -17,6 +17,8 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.9
# For shfmt pre-commit hook
- name: Setup Go