File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 35
35
36
36
- uses : actions/setup-go@v3
37
37
with :
38
- go-version : ' 1.22.3 '
38
+ go-version : ' 1.22.7 '
39
39
40
40
- name : Set up chart-testing
41
41
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ 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.58.1
29
+ GOLANGCI_VERSION := v1.62.0
30
30
HAS_GOLANGCI := $(shell ls _output/bin/golangci-lint 2> /dev/null)
31
31
32
32
GOFUMPT_VERSION := v0.4.0
134
134
./hack/update-docs.sh
135
135
136
136
gen-docker :
137
- $(CONTAINER_ENGINE ) run --entrypoint make -it -v $(CURRENT_DIR ) :/go/src/sigs.k8s.io/descheduler -w /go/src/sigs.k8s.io/descheduler golang:1.22.3 gen
137
+ $(CONTAINER_ENGINE ) run --entrypoint make -it -v $(CURRENT_DIR ) :/go/src/sigs.k8s.io/descheduler -w /go/src/sigs.k8s.io/descheduler golang:1.22.7 gen
138
138
139
139
verify-gen :
140
140
./hack/verify-conversions.sh
Original file line number Diff line number Diff line change 1
1
module sigs.k8s.io/descheduler
2
2
3
- go 1.22.3
3
+ go 1.22.7
4
4
5
5
require (
6
6
github.com/client9/misspell v0.3.4
You can’t perform that action at this time.
0 commit comments