Skip to content

Commit 8a90cf4

Browse files
committed
Update ci workflow
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 31f593d commit 8a90cf4

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
name: Build
1414
runs-on: ubuntu-latest
1515
steps:
16-
- name: Set up Go 1.13
16+
- name: Set up Go 1.14
1717
uses: actions/setup-go@v1
1818
with:
19-
go-version: 1.13
19+
go-version: 1.14
2020
id: go
2121

2222
- name: Check out code into the Go module directory
@@ -45,26 +45,16 @@ jobs:
4545
needs: build
4646
strategy:
4747
matrix:
48-
k8s:
49-
[
50-
v1.11.10,
51-
v1.12.10,
52-
v1.13.12,
53-
v1.14.10,
54-
v1.15.7,
55-
v1.16.4,
56-
v1.17.2,
57-
v1.18.0,
58-
]
48+
k8s: [v1.12.10, v1.13.12, v1.14.10, v1.15.7, v1.16.9, v1.17.2, v1.18.2]
5949
steps:
6050
- name: Check out code into the Go module directory
6151
uses: actions/checkout@v1
6252

6353
- name: Create Kubernetes ${{ matrix.k8s }} cluster
6454
id: kind
65-
uses: engineerd/setup-kind@v0.1.0
55+
uses: engineerd/setup-kind@v0.3.0
6656
with:
67-
version: v0.7.0
57+
version: v0.8.1
6858
config: hack/kubernetes/kind.yaml
6959
image: kindest/node:${{ matrix.k8s }}
7060

0 commit comments

Comments
 (0)