File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,20 +21,10 @@ jobs:
2121 alpine sh -c "sysctl -w fs.inotify.max_user_instances=512 && modprobe nfs && modprobe nfsd"
2222 - name : Install dependencies
2323 run : |
24- mkdir -p $HOME/.local/bin && echo "$HOME/.local/bin" >> "$GITHUB_PATH"
25- curl -L https://kind.sigs.k8s.io/dl/v${KIND_VERSION}/kind-linux-amd64 -o $HOME/.local/bin/kind
26- chmod +x $HOME/.local/bin/kind
27- curl -L https://github.com/helmfile/helmfile/releases/download/v${HELMFILE_VERSION}/helmfile_${HELMFILE_VERSION}_linux_amd64.tar.gz | tar -zx
28- mv helmfile $HOME/.local/bin/helmfile
2924 curl -L "https://packages.cloudfoundry.org/stable?release=linux64-binary&version=${CF_CLI_VERSION}&source=github" | tar -zx
3025 mv cf8 $HOME/.local/bin/cf
31- curl -L "https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl" -o $HOME/.local/bin/kubectl
32- chmod +x $HOME/.local/bin/kubectl
3326 env :
34- CF_CLI_VERSION : " 8.18.0"
35- KIND_VERSION : " 0.31.0"
36- HELMFILE_VERSION : " 1.4.3"
37- KUBECTL_VERSION : " 1.28.0"
27+ CF_CLI_VERSION : " 8.18.3"
3828 - name : setup Go
3929 uses : actions/setup-go@v6
4030 with :
Original file line number Diff line number Diff line change @@ -22,20 +22,10 @@ jobs:
2222 alpine sh -c "sysctl -w fs.inotify.max_user_instances=512 && modprobe nfs && modprobe nfsd"
2323 - name : Install dependencies
2424 run : |
25- mkdir -p $HOME/.local/bin && echo "$HOME/.local/bin" >> "$GITHUB_PATH"
26- curl -L https://kind.sigs.k8s.io/dl/v${KIND_VERSION}/kind-linux-amd64 -o $HOME/.local/bin/kind
27- chmod +x $HOME/.local/bin/kind
28- curl -L https://github.com/helmfile/helmfile/releases/download/v${HELMFILE_VERSION}/helmfile_${HELMFILE_VERSION}_linux_amd64.tar.gz | tar -zx
29- mv helmfile $HOME/.local/bin/helmfile
3025 curl -L "https://packages.cloudfoundry.org/stable?release=linux64-binary&version=${CF_CLI_VERSION}&source=github" | tar -zx
3126 mv cf8 $HOME/.local/bin/cf
32- curl -L "https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl" -o $HOME/.local/bin/kubectl
33- chmod +x $HOME/.local/bin/kubectl
3427 env :
35- CF_CLI_VERSION : " 8.18.0"
36- KIND_VERSION : " 0.31.0"
37- HELMFILE_VERSION : " 1.4.3"
38- KUBECTL_VERSION : " 1.28.0"
28+ CF_CLI_VERSION : " 8.18.3"
3929 - name : setup Go
4030 uses : actions/setup-go@v6
4131 with :
You can’t perform that action at this time.
0 commit comments