Skip to content

Commit 5839926

Browse files
committed
Upgrade from Python 3.9 to 3.10 for the lint job in GHA
1 parent 6978f2a commit 5839926

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@v2
2525
with:
26-
python-version: 3.9
26+
python-version: "3.10"
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
- uses: actions/setup-go@v2

0 commit comments

Comments
 (0)