Skip to content

Commit

Permalink
CI: Set up go
Browse files Browse the repository at this point in the history
Needed for the vacuum pre-commit hook.

Signed-off-by: Stephen Finucane <stephen@that.guru>
  • Loading branch information
stephenfin committed Jan 17, 2024
1 parent de14dd8 commit 0957ffa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Expand Up @@ -14,6 +14,10 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.12"
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.21"
- name: Install dependencies
run: python -m pip install tox
- name: Run tox
Expand Down

0 comments on commit 0957ffa

Please sign in to comment.