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 a4a197a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:

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 a4a197a

Please sign in to comment.