File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/images/sample-apiserver Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ SRC_DIR = $(notdir $(shell pwd))
21
21
KUBE_CROSS_VERSION ?= $(shell cat ../../../build/build-image/cross/VERSION)
22
22
export
23
23
24
- # Build v1.31 .1 to ensure the current release supports a prior version of the sample apiserver
24
+ # Build v1.32 .1 to ensure the current release supports a prior version of the sample apiserver
25
25
# Get without building to populate module cache
26
26
# Then, get with OS/ARCH-specific env to build
27
27
bin :
30
30
mkdir -p /go/src /go/bin && \
31
31
git clone https://github.com/kubernetes/sample-apiserver /go/src/k8s.io/sample-apiserver && \
32
32
cd /go/src/k8s.io/sample-apiserver && \
33
- git checkout tags/v0.31 .1 && \
33
+ git checkout tags/v0.32 .1 && \
34
34
go mod tidy && \
35
35
GO111MODULE=on CGO_ENABLED=0 GOARM=${GOARM} GOOS=${OS} GOARCH=${ARCH} go install . && \
36
36
find /go/bin -name sample-apiserver* -exec cp {} ${TARGET} /sample-apiserver \; "
You can’t perform that action at this time.
0 commit comments