Skip to content

Commit a66004f

Browse files
authored
Merge pull request #458 from fluxcd/kind-update
Update engineerd/setup-kind to v0.5.0
2 parents 16761e4 + 72a4e3b commit a66004f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/bootstrap.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
- name: Setup Go
2222
uses: actions/setup-go@v2
2323
with:
24-
go-version: 1.14.x
24+
go-version: 1.15.x
2525
- name: Setup Kubernetes
26-
uses: engineerd/setup-kind@v0.4.0
26+
uses: engineerd/setup-kind@v0.5.0
2727
- name: Set outputs
2828
id: vars
2929
run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
go-version: 1.15.x
2626
- name: Setup Kubernetes
27-
uses: engineerd/setup-kind@v0.4.0
27+
uses: engineerd/setup-kind@v0.5.0
2828
with:
2929
image: kindest/node:v1.16.9
3030
- name: Run test

0 commit comments

Comments
 (0)