Skip to content

Commit 8d39c8b

Browse files
committed
Use Python 3.11 for the lint job in the build workflow
This is the latest minor release of Python so it makes sense to use it as the default for this job.
1 parent 3eed760 commit 8d39c8b

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)