summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2025-01-27 09:36:22 +0100
committerDavid Lönnhager <david.l@mullvad.net>2025-01-27 09:36:22 +0100
commit822e6efa3ec3c0810a0a2d87275151b07e20641e (patch)
tree46b08548d15e0fed3e14bf5c7042b92bc7e57478 /.github
parentc16ec53d36c5d13fe2eb9132bae6248012722672 (diff)
downloadmullvadvpn-822e6efa3ec3c0810a0a2d87275151b07e20641e.tar.xz
mullvadvpn-822e6efa3ec3c0810a0a2d87275151b07e20641e.zip
Add go to daemon workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/daemon.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/daemon.yml b/.github/workflows/daemon.yml
index 26ecb20586..f37b6c6d54 100644
--- a/.github/workflows/daemon.yml
+++ b/.github/workflows/daemon.yml
@@ -190,6 +190,11 @@ jobs:
if: ${{ matrix.config.arch == 'x64' }}
uses: mlugg/setup-zig@v1
+ - name: Install Go
+ uses: actions/setup-go@v5
+ with:
+ go-version: 1.21.3
+
- name: Build Windows modules
if: steps.cache-windows-modules.outputs.cache-hit != 'true'
shell: bash