Skip to content

Commit 0957ffa

Browse files
committed
CI: Set up go
Needed for the vacuum pre-commit hook. Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent de14dd8 commit 0957ffa

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
uses: actions/setup-python@v4
1515
with:
1616
python-version: "3.12"
17+
- name: Set up Go
18+
uses: actions/setup-go@v4
19+
with:
20+
go-version: "1.21"
1721
- name: Install dependencies
1822
run: python -m pip install tox
1923
- name: Run tox

0 commit comments

Comments
 (0)