File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,6 @@ CSI_PROXY_API_GEN = $(BUILD_DIR)/csi-proxy-api-gen
1515# overrides the $(CMDS:%=build-%) rule in release-tools/build.make because this project is not compatible with go >1.23
1616# TODO: remove this override as part of https://github.com/kubernetes-csi/csi-proxy/issues/361
1717build-csi-proxy : check-go-version-go
18- # Checks that the go version is 1.22 or lower
19- if (( "$$ (go version | awk '{print $3 }' | sed 's/ go// ' | cut - d'.' - f2 )" > 22 )) ; then echo " This project requires go 1.22 or lower" ; exit 1; fi ;
2018 mkdir -p bin
2119 # os_arch_seen captures all of the $$os-$$arch-$$buildx_platform seen for the current binary
2220 # that we want to build, if we've seen an $$os-$$arch-$$buildx_platform before it means that
Original file line number Diff line number Diff line change 11module github.com/kubernetes-csi/csi-proxy
22
3- // NOTE: This project must be built with go < 1.23
4- // `make build` will error if go1.23 or higher is used.
5-
63go 1.22.0
74
85toolchain go1.22.3
You can’t perform that action at this time.
0 commit comments