Skip to content

Commit 504ed9e

Browse files
authored
Merge pull request #106 from cisagov/improvement/use_python_3.10_for_gha
Use Python 3.10 for the `lint` job in GitHub Actions
2 parents d168151 + 14aff9c commit 504ed9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
- id: setup-python
2424
uses: actions/setup-python@v3
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
3030
with:
31-
go-version: '1.16'
31+
go-version: "1.16"
3232
- name: Store installed Go version
3333
id: go-version
3434
run: |

0 commit comments

Comments
 (0)