Skip to content

Commit ef57491

Browse files
committed
Update engineerd/setup-kind to v0.5.0
Signed-off-by: Stefan Prodan <[email protected]>
1 parent 58e3997 commit ef57491

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
restore-keys: |
2121
${{ runner.os }}-go-
2222
- name: Setup Go
23-
uses: actions/setup-go@v2-beta
23+
uses: actions/setup-go@v2
2424
with:
2525
go-version: 1.15.x
2626
- name: Setup Kubernetes
27-
uses: engineerd/setup-kind@v0.3.0
27+
uses: engineerd/setup-kind@v0.5.0
2828
- name: Setup Kustomize
2929
uses: fluxcd/pkg/actions/kustomize@main
3030
- name: Setup Kubebuilder

0 commit comments

Comments
 (0)