]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
CI: Set up go
authorStephen Finucane <stephen@that.guru>
Wed, 17 Jan 2024 15:09:19 +0000 (15:09 +0000)
committerStephen Finucane <stephen@that.guru>
Wed, 17 Jan 2024 15:09:19 +0000 (15:09 +0000)
Needed for the vacuum pre-commit hook.

Signed-off-by: Stephen Finucane <stephen@that.guru>
.github/workflows/ci.yaml

index a8cec843ad3f18abc1e1facb693a899457dc02c1..1b6ae4b649f33d300ec44fa4128c9d40691803f0 100644 (file)
@@ -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