Skip to content

Commit

Permalink
test: k8s version not effect from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
whg517 committed Jan 20, 2025
1 parent 2531ca3 commit 113b62d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
matrix:
# https://github.com/kubernetes-sigs/controller-tools/releases
k8s-version: [
'1.26.0',
'1.271',
'1.26.1',
'1.27.1',
'1.28.3',
'1.29.1',
'1.30.3',
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ help: ## Display this help.

# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
# You can find the list of released envtest-k8s versions with `Release envtest` from https://github.com/kubernetes-sigs/controller-tools/releases
ENVTEST_K8S_VERSION = 1.26.1
ENVTEST_K8S_VERSION ?= 1.26.1

##@ Development

Expand Down

0 comments on commit 113b62d

Please sign in to comment.