File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
deploy :
8
8
strategy :
9
9
matrix :
10
- k8s-version : ["v1.30 .0"]
10
+ k8s-version : ["v1.31 .0"]
11
11
descheduler-version : ["v0.30.0"]
12
12
descheduler-api : ["v1alpha2"]
13
13
manifest : ["deployment"]
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ ARCHS = amd64 arm arm64
26
26
27
27
LDFLAGS =-ldflags "-X ${LDFLAG_LOCATION}.version=${VERSION} -X ${LDFLAG_LOCATION}.buildDate=${BUILD} -X ${LDFLAG_LOCATION}.gitbranch=${BRANCH} -X ${LDFLAG_LOCATION}.gitsha1=${SHA1}"
28
28
29
- GOLANGCI_VERSION := v1.59.1
29
+ GOLANGCI_VERSION := v1.60.3
30
30
HAS_GOLANGCI := $(shell ls _output/bin/golangci-lint 2> /dev/null)
31
31
32
- GOFUMPT_VERSION := v0.4 .0
32
+ GOFUMPT_VERSION := v0.7 .0
33
33
HAS_GOFUMPT := $(shell command -v gofumpt 2> /dev/null)
34
34
35
35
GO_VERSION := $(shell (command -v jq > /dev/null && (go mod edit -json | jq -r .Go) ) || (sed -En 's/^go (.*)$$/\1/p' go.mod))
Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ echo "DESCHEDULER_IMAGE: ${DESCHEDULER_IMAGE}"
34
34
if [ -n " $KIND_E2E " ]; then
35
35
# If we did not set SKIP_INSTALL
36
36
if [ -z " $SKIP_INSTALL " ]; then
37
- K8S_VERSION=${KUBERNETES_VERSION:- v1.30 .0}
37
+ K8S_VERSION=${KUBERNETES_VERSION:- v1.31 .0}
38
38
curl -Lo kubectl https://dl.k8s.io/release/${K8S_VERSION} /bin/linux/amd64/kubectl && chmod +x kubectl && mv kubectl /usr/local/bin/
39
- wget https://github.com/kubernetes-sigs/kind/releases/download/v0.20 .0/kind-linux-amd64
39
+ wget https://github.com/kubernetes-sigs/kind/releases/download/v0.24 .0/kind-linux-amd64
40
40
chmod +x kind-linux-amd64
41
41
mv kind-linux-amd64 kind
42
42
export PATH=$PATH :$PWD
You can’t perform that action at this time.
0 commit comments