We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16761e4 + 72a4e3b commit a66004fCopy full SHA for a66004f
.github/workflows/bootstrap.yaml
@@ -21,9 +21,9 @@ jobs:
21
- name: Setup Go
22
uses: actions/setup-go@v2
23
with:
24
- go-version: 1.14.x
+ go-version: 1.15.x
25
- name: Setup Kubernetes
26
- uses: engineerd/setup-kind@v0.4.0
+ uses: engineerd/setup-kind@v0.5.0
27
- name: Set outputs
28
id: vars
29
run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
.github/workflows/e2e.yaml
@@ -24,7 +24,7 @@ jobs:
go-version: 1.15.x
image: kindest/node:v1.16.9
30
- name: Run test
0 commit comments