Skip to content

Commit f025806

Browse files
bump go version to go1.27.1
Signed-off-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
1 parent 5130e1b commit f025806

18 files changed

Lines changed: 22 additions & 18 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ $(PROTO_GO_OUTS): minimaltools proto/*.proto
276276
# This rule builds the bootstrap images for all flavors.
277277
DOCKER_IMAGES_FOR_TEST = mysql80 mysql84 percona80 percona84
278278
DOCKER_IMAGES = common $(DOCKER_IMAGES_FOR_TEST)
279-
BOOTSTRAP_VERSION=60
279+
BOOTSTRAP_VERSION=61
280280
ensure_bootstrap_version:
281281
find docker/ -type f -exec sed -i "s/^\(ARG bootstrap_version\)=.*/\1=${BOOTSTRAP_VERSION}/" {} \;
282282
sed -i 's/\(^.*flag.String(\"bootstrap-version\",\) *\"[^\"]\+\"/\1 \"${BOOTSTRAP_VERSION}\"/' test.go

docker/bootstrap/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,4 +249,8 @@ List of changes between bootstrap image versions.
249249

250250
## [60] - 2026-08-21
251251
### Changes
252-
- Update build to golang 1.27.0
252+
- Update build to golang 1.27.0
253+
254+
## [61] - 2026-09-04
255+
### Changes
256+
- Update build to golang 1.27.1

docker/bootstrap/Dockerfile.common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
ARG image=golang:1.27.0-bookworm@sha256:6033334f349f3912236ed6a06c5ed066605e58632dc415779b0d00a1568afa8d
15+
ARG image=golang:1.27.1-bookworm@sha256:6860a573025fcd35aba4f1b23e858b1c1dcd425d53fa73562e169a6ab1c2339a
1616

1717
# Build the Vitess Go binaries
1818
FROM $image

docker/lite/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# Build the Vitess Go binaries
16-
FROM golang:1.27.0-trixie@sha256:df98008ecd2b0ecc9f0a94d1b07e3564a9c92b555369b33d9b5f60d0765b2db7 AS go-builder
16+
FROM golang:1.27.1-trixie@sha256:b475798fb16158e6c38e8b5ca2d870fbeaa8b7fec0fc8ec64b3dc20966040635 AS go-builder
1717

1818
# Allows docker builds to set the BUILD_NUMBER
1919
ARG BUILD_NUMBER

docker/lite/Dockerfile.mysql80

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.27.0-bookworm@sha256:ded31c68586d2e49e760acc2e65a884b23d032e9bbbed0ae0c55abd3fcaf4452 AS go-builder
15+
FROM golang:1.27.1-bookworm@sha256:6860a573025fcd35aba4f1b23e858b1c1dcd425d53fa73562e169a6ab1c2339a AS go-builder
1616

1717
# Allows docker builds to set the BUILD_NUMBER
1818
ARG BUILD_NUMBER

docker/lite/Dockerfile.mysql84

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.27.0-trixie@sha256:df98008ecd2b0ecc9f0a94d1b07e3564a9c92b555369b33d9b5f60d0765b2db7 AS go-builder
15+
FROM golang:1.27.1-trixie@sha256:b475798fb16158e6c38e8b5ca2d870fbeaa8b7fec0fc8ec64b3dc20966040635 AS go-builder
1616

1717
# Allows docker builds to set the BUILD_NUMBER
1818
ARG BUILD_NUMBER

docker/lite/Dockerfile.percona80

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.27.0-bookworm@sha256:ded31c68586d2e49e760acc2e65a884b23d032e9bbbed0ae0c55abd3fcaf4452 AS go-builder
15+
FROM golang:1.27.1-bookworm@sha256:6860a573025fcd35aba4f1b23e858b1c1dcd425d53fa73562e169a6ab1c2339a AS go-builder
1616

1717
# Allows docker builds to set the BUILD_NUMBER
1818
ARG BUILD_NUMBER

docker/lite/Dockerfile.percona84

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.27.0-trixie@sha256:df98008ecd2b0ecc9f0a94d1b07e3564a9c92b555369b33d9b5f60d0765b2db7 AS go-builder
15+
FROM golang:1.27.1-trixie@sha256:b475798fb16158e6c38e8b5ca2d870fbeaa8b7fec0fc8ec64b3dc20966040635 AS go-builder
1616

1717
# Allows docker builds to set the BUILD_NUMBER
1818
ARG BUILD_NUMBER

docker/vttestserver/Dockerfile.mysql80

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.27.0-bookworm@sha256:ded31c68586d2e49e760acc2e65a884b23d032e9bbbed0ae0c55abd3fcaf4452 AS builder
15+
FROM golang:1.27.1-bookworm@sha256:6860a573025fcd35aba4f1b23e858b1c1dcd425d53fa73562e169a6ab1c2339a AS builder
1616

1717
# Allows docker builds to set the BUILD_NUMBER
1818
ARG BUILD_NUMBER

docker/vttestserver/Dockerfile.mysql84

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.27.0-bookworm@sha256:ded31c68586d2e49e760acc2e65a884b23d032e9bbbed0ae0c55abd3fcaf4452 AS builder
15+
FROM golang:1.27.1-bookworm@sha256:6860a573025fcd35aba4f1b23e858b1c1dcd425d53fa73562e169a6ab1c2339a AS builder
1616

1717
# Allows docker builds to set the BUILD_NUMBER
1818
ARG BUILD_NUMBER

0 commit comments

Comments
 (0)