Skip to content

Commit 15bd258

Browse files
committed
Set bootstrap version to 14.12 with go 1.20.13
Signed-off-by: Eduardo J. Ortega U <5791035+ejortegau@users.noreply.github.com>
1 parent bbbf3c2 commit 15bd258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ $(PROTO_GO_OUTS): minimaltools install_protoc-gen-go proto/*.proto
243243
# This rule builds the bootstrap images for all flavors.
244244
DOCKER_IMAGES_FOR_TEST = mariadb mariadb103 mysql57 mysql80 percona57 percona80
245245
DOCKER_IMAGES = common $(DOCKER_IMAGES_FOR_TEST)
246-
BOOTSTRAP_VERSION=10.2
246+
BOOTSTRAP_VERSION=14.12
247247
ensure_bootstrap_version:
248248
find docker/ -type f -exec sed -i "s/^\(ARG bootstrap_version\)=.*/\1=${BOOTSTRAP_VERSION}/" {} \;
249249
sed -i 's/\(^.*flag.String(\"bootstrap-version\",\) *\"[^\"]\+\"/\1 \"${BOOTSTRAP_VERSION}\"/' test.go

0 commit comments

Comments
 (0)