Upgrade from Python 3.9 to 3.10 for the `lint` job in GHA

pull/521/head
Nicholas McDonnell 2 years ago
parent 6978f2a4dd
commit 583992602c
No known key found for this signature in database
GPG Key ID: 7994ADE2A56BE5D1
  1. 2
      .github/workflows/build.yml

@ -23,7 +23,7 @@ jobs:
- id: setup-python
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: "3.10"
# We need the Go version and Go cache location for the actions/cache step,
# so the Go installation must happen before that.
- uses: actions/setup-go@v2

Loading…
Cancel
Save