Skip to content

Commit 68748fc

Browse files
committed
👷‍♂️ .13 doesn't exist but .0 does.
1 parent 8ff3648 commit 68748fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
os=$(go env GOOS)
4040
arch=$(go env GOARCH)
41-
version=1.30.13
41+
version=1.30.0
4242
curl -L https://storage.googleapis.com/kubebuilder-tools/kubebuilder-tools-${version}-${os}-${arch}.tar.gz | tar -xz -C /tmp/
4343
sudo mv /tmp/kubebuilder /usr/local/kubebuilder
4444
- run: make test

0 commit comments

Comments
 (0)