File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -59,10 +59,12 @@ jobs:
5959 - name : Output Variables
6060 id : vars
6161 run : |
62- K8S_KIND_VERSION=v1.32.0 # renovate: datasource=docker depName=kindest/node
62+ K8S_KIND_VERSION=v1.32.1 # renovate: datasource=docker depName=kindest/node
63+ KIND_VERSION=$(kind version)
6364 echo "go_path=$(go env GOPATH)" >> $GITHUB_OUTPUT
6465 echo "min_k8s_version=v1.25.16" >> $GITHUB_OUTPUT
6566 echo "k8s_latest=${K8S_KIND_VERSION}" >> $GITHUB_OUTPUT
67+ echo "kind_version=$KIND_VERSION" >> $GITHUB_OUTPUT
6668
6769 - name : Check if go.mod and go.sum are up to date
6870 run : go mod tidy && git diff --exit-code -- go.mod go.sum
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ GO_LINKER_FLAGS = $(GO_LINKER_FLAGS_OPTIMIZATIONS) $(GO_LINKER_FlAGS_VARS)
2525# renovate: datasource=github-tags depName=golangci/golangci-lint
2626GOLANGCI_LINT_VERSION = v1.64.5
2727# renovate: datasource=docker depName=kindest/node
28- KIND_K8S_VERSION = v1.32.0
28+ KIND_K8S_VERSION = v1.32.1
2929# renovate: datasource=github-tags depName=norwoodj/helm-docs
3030HELM_DOCS_VERSION = v1.14.2
3131# renovate: datasource=github-tags depName=ahmetb/gen-crd-api-reference-docs
You can’t perform that action at this time.
0 commit comments