fix(ci): setup go for daily ci as well.
This commit is contained in:
@@ -34,6 +34,14 @@ jobs:
|
|||||||
sudo apt-get -y update
|
sudo apt-get -y update
|
||||||
sudo apt-get -y install webp
|
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
|
- name: Install ./clustertool
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user