File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- uses : actions/checkout@v2
26
+ - uses : actions/setup-go@v2
27
+ with :
28
+ go-version : ' ~1.16'
26
29
- run : |
27
30
sudo apt-get install conntrack
28
31
curl -sLo minikube "$(curl -sL https://api.github.com/repos/kubernetes/minikube/releases/latest | jq -r '[.assets[] | select(.name == "minikube-linux-amd64")] | first | .browser_download_url')"
34
37
runs-on : ubuntu-latest
35
38
steps :
36
39
- uses : actions/checkout@v2
40
+ - uses : actions/setup-go@v2
41
+ with :
42
+ go-version : ' ~1.16'
37
43
- run : |
38
44
curl -sLo kind "$(curl -sL https://api.github.com/repos/kubernetes-sigs/kind/releases/latest | jq -r '[.assets[] | select(.name == "kind-linux-amd64")] | first | .browser_download_url')"
39
45
chmod +x kind
You can’t perform that action at this time.
0 commit comments