Skip to content

Commit

Permalink
Merge pull request #130 from cisagov/improvement/update_python_versio…
Browse files Browse the repository at this point in the history
…n_for_lint_job

Use Python 3.11 for the `lint` job in the `build` workflow
  • Loading branch information
jmorrowomni authored Apr 20, 2023
2 parents 3eed760 + 8d39c8b commit 5f4b768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- id: setup-python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"
# We need the Go version and Go cache location for the actions/cache step,
# so the Go installation must happen before that.
- id: setup-go
Expand Down

0 comments on commit 5f4b768

Please sign in to comment.