File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ ARG GOLANGCI_VERSION=2.5.0
1515RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sudo sh -s -- v${GOLANGCI_VERSION}
1616
1717# renovate: datasource=github-releases depName=kubernetes-sigs/kind extractVersion=^v(?<version>.*)$
18- ARG KIND_VERSION=0.30 .0
18+ ARG KIND_VERSION=0.32 .0
1919
2020RUN curl -sSfLO https://kind.sigs.k8s.io/dl/v${KIND_VERSION}/kind-linux-amd64 && \
2121 chmod +x kind-linux-amd64 && \
Original file line number Diff line number Diff line change 1919 - name : Install kind
2020 env :
2121 # renovate: datasource=github-releases depName=kubernetes-sigs/kind
22- KIND_VERSION : v0.30 .0
22+ KIND_VERSION : v0.32 .0
2323 run : |
2424 curl -Lo ./kind https://kind.sigs.k8s.io/dl/${KIND_VERSION}/kind-linux-amd64
2525 chmod +x ./kind
You can’t perform that action at this time.
0 commit comments