File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 59
59
- name : Output Variables
60
60
id : vars
61
61
run : |
62
- K8S_KIND_VERSION=v1.31.1 # renovate: datasource=docker depName=kindest/node
62
+ K8S_KIND_VERSION=v1.31.2 # renovate: datasource=docker depName=kindest/node
63
63
echo "go_path=$(go env GOPATH)" >> $GITHUB_OUTPUT
64
64
echo "min_k8s_version=v1.25.16" >> $GITHUB_OUTPUT
65
65
echo "k8s_latest=${K8S_KIND_VERSION}" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ GO_LINKER_FLAGS = $(GO_LINKER_FLAGS_OPTIMIZATIONS) $(GO_LINKER_FlAGS_VARS)
26
26
# renovate: datasource=github-tags depName=golangci/golangci-lint
27
27
GOLANGCI_LINT_VERSION = v1.61.0
28
28
# renovate: datasource=docker depName=kindest/node
29
- KIND_K8S_VERSION = v1.31.1
29
+ KIND_K8S_VERSION = v1.31.2
30
30
# renovate: datasource=github-tags depName=norwoodj/helm-docs
31
31
HELM_DOCS_VERSION = v1.14.2
32
32
# renovate: datasource=github-tags depName=ahmetb/gen-crd-api-reference-docs
You can’t perform that action at this time.
0 commit comments