Skip to content

Commit 35deef2

Browse files
authored
fix broken URL in unit.yaml GH action (#2335)
Signed-off-by: Josef Karasek <[email protected]>
1 parent 51fe6da commit 35deef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: |
2020
os=$(go env GOOS)
2121
arch=$(go env GOARCH)
22-
curl -L https://go.kubebuilder.io/dl/2.3.1/${os}/${arch} | tar -xz -C /tmp/
22+
curl -L https://github.com/kubernetes-sigs/kubebuilder/releases/download/v2.3.1/kubebuilder_2.3.1_${os}_${arch}.tar.gz | tar -xz -C /tmp/
2323
sudo mv /tmp/kubebuilder_2.3.1_${os}_${arch} /usr/local/kubebuilder
2424
- name: Run unit tests
2525
run: make unit

0 commit comments

Comments
 (0)