Skip to content

Commit

Permalink
fix: add go to ci setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mrf345 committed Oct 22, 2023
1 parent c50b537 commit 6b4e456
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, windows-latest]
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '>=1.18.1'
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down
1 change: 1 addition & 0 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ pytest-runner
pytest-cov
coverage
bandit
setuptools-golang
tdewolff-minify
isort==5.10.1
black==22.3.0
Expand Down

0 comments on commit 6b4e456

Please sign in to comment.