fix(ci): setup go for daily ci as well.

This commit is contained in:
Kjeld Schouten
2025-04-07 20:04:11 +02:00
parent 4dcb2397c9
commit f63ca09aa7
+8
View File
@@ -34,6 +34,14 @@ jobs:
sudo apt-get -y update
sudo apt-get -y install webp
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
with:
go-version: stable
cache: true
cache-dependency-path: |
**/go.mod
**/go.sum
- name: Install ./clustertool
shell: bash
run: |