cisagov / skeleton-generic

A generic skeleton project for quickly getting a new cisagov project started.
Creative Commons Zero v1.0 Universal
14 stars 11 forks source link

Use Python 3.10 for the `lint` job in GitHub Actions #106

Closed mcdonnnj closed 2 years ago

mcdonnnj commented 2 years ago

๐Ÿ—ฃ Description

This pull request updates the Python version used in the lint job of our GitHub Actions configuration to use Python 3.10. The quotes for the Go version are updated to match just for consistency.

๐Ÿ’ญ Motivation and context

Python 3.10 has been out for long enough now that we should be fine using it as the Python version for our lint job (and others in other downstream skeletons).

๐Ÿงช Testing

Automated tests pass.

โœ… Pre-approval checklist