Skip to content

Commit 5f4b768

Browse files
authored
Merge pull request #130 from cisagov/improvement/update_python_version_for_lint_job
Use Python 3.11 for the `lint` job in the `build` workflow
2 parents 3eed760 + 8d39c8b commit 5f4b768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- id: setup-python
2424
uses: actions/setup-python@v4
2525
with:
26-
python-version: "3.10"
26+
python-version: "3.11"
2727
# We need the Go version and Go cache location for the actions/cache step,
2828
# so the Go installation must happen before that.
2929
- id: setup-go

0 commit comments

Comments
 (0)