diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ce966277..ddae51d2 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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