diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index aea9526..331c07d 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -13,7 +13,7 @@ RUN curl -sSfL "https://raw.githubusercontent.com/golangci/golangci-lint/${GOLAN && golangci-lint completion zsh | sudo tee /usr/local/share/zsh/site-functions/_golangci-lint >/dev/null # renovate: datasource=github-releases depName=kubernetes-sigs/kind -ARG KIND_VERSION=v0.32.0 +ARG KIND_VERSION=v0.33.0 RUN curl -sSfLo /tmp/kind "https://kind.sigs.k8s.io/dl/${KIND_VERSION}/kind-linux-amd64" \ && sudo install -m 0755 /tmp/kind /usr/local/bin/kind \ && rm /tmp/kind \ diff --git a/.github/workflows/pre-merge.yaml b/.github/workflows/pre-merge.yaml index ceb6b8b..b476777 100644 --- a/.github/workflows/pre-merge.yaml +++ b/.github/workflows/pre-merge.yaml @@ -73,7 +73,7 @@ jobs: - name: Install kind env: # renovate: datasource=github-releases depName=kubernetes-sigs/kind - KIND_VERSION: v0.32.0 + KIND_VERSION: v0.33.0 run: | curl -Lo ./kind "https://kind.sigs.k8s.io/dl/${{ env.KIND_VERSION }}/kind-linux-$(go env GOARCH)" chmod +x ./kind