asd
Some checks failed
E2E Tests / Run on Ubuntu (push) Failing after 29s
Tests / Run on Ubuntu (push) Successful in 1m41s
Lint / Run on Ubuntu (push) Has been cancelled

This commit is contained in:
Chris Richardson
2025-05-09 10:01:47 -04:00
parent c6f4352618
commit 1c24afa2a3

View File

@@ -17,6 +17,10 @@ jobs:
with: with:
go-version-file: go.mod go-version-file: go.mod
- name: Install docker
run: |
apt-get -y install docker
- name: Install the latest version of kind - name: Install the latest version of kind
run: | run: |
curl -Lo ./kind https://kind.sigs.k8s.io/dl/latest/kind-linux-arm64 curl -Lo ./kind https://kind.sigs.k8s.io/dl/latest/kind-linux-arm64