Skip to content

Commit 1fc514c

Browse files
authored
Bump sample-apiserver test image to 1.32
1 parent 2504c6e commit 1fc514c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/images/sample-apiserver/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ SRC_DIR = $(notdir $(shell pwd))
2121
KUBE_CROSS_VERSION ?= $(shell cat ../../../build/build-image/cross/VERSION)
2222
export
2323

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
2525
# Get without building to populate module cache
2626
# Then, get with OS/ARCH-specific env to build
2727
bin:
@@ -30,7 +30,7 @@ bin:
3030
mkdir -p /go/src /go/bin && \
3131
git clone https://github.com/kubernetes/sample-apiserver /go/src/k8s.io/sample-apiserver && \
3232
cd /go/src/k8s.io/sample-apiserver && \
33-
git checkout tags/v0.31.1 && \
33+
git checkout tags/v0.32.1 && \
3434
go mod tidy && \
3535
GO111MODULE=on CGO_ENABLED=0 GOARM=${GOARM} GOOS=${OS} GOARCH=${ARCH} go install . && \
3636
find /go/bin -name sample-apiserver* -exec cp {} ${TARGET}/sample-apiserver \;"

0 commit comments

Comments
 (0)