Skip to content

Commit 2e1eb85

Browse files
dmitshurgopherbot
authored andcommitted
all: use Go 1.21 for building services
Use a newer supported version. For golang/go#64169. Change-Id: Ice8fea55951bf1615a04aca24a870556c281877a Reviewed-on: https://go-review.googlesource.com/c/build/+/556359 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Carlos Amedee <[email protected]>
1 parent 9a6ab88 commit 2e1eb85

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

cmd/coordinator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Use of this source code is governed by a BSD-style
33
# license that can be found in the LICENSE file.
44

5-
FROM golang:1.20-bookworm AS build
5+
FROM golang:1.21-bookworm AS build
66
LABEL maintainer="[email protected]"
77

88
RUN mkdir /gocache

cmd/gitmirror/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Use of this source code is governed by a BSD-style
33
# license that can be found in the LICENSE file.
44

5-
FROM golang:1.20-bookworm AS build
5+
FROM golang:1.21-bookworm AS build
66
LABEL maintainer="[email protected]"
77

88
RUN mkdir /gocache

cmd/gopherbot/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Use of this source code is governed by a BSD-style
33
# license that can be found in the LICENSE file.
44

5-
FROM golang:1.20 AS build
5+
FROM golang:1.21-bookworm AS build
66
LABEL maintainer="[email protected]"
77

88
RUN mkdir /gocache

cmd/pubsubhelper/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Use of this source code is governed by a BSD-style
33
# license that can be found in the LICENSE file.
44

5-
FROM golang:1.20-bookworm AS build
5+
FROM golang:1.21-bookworm AS build
66
LABEL maintainer="[email protected]"
77

88
RUN mkdir /gocache

cmd/relui/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Use of this source code is governed by a BSD-style
33
# license that can be found in the LICENSE file.
44

5-
FROM golang:1.20 AS build
5+
FROM golang:1.21-bookworm AS build
66

77
COPY go.mod /app/go.mod
88
COPY go.sum /app/go.sum

devapp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Use of this source code is governed by a BSD-style
33
# license that can be found in the LICENSE file.
44

5-
FROM golang:1.20 AS builder
5+
FROM golang:1.21-bookworm AS builder
66
LABEL maintainer="[email protected]"
77

88
RUN mkdir /gocache

maintner/maintnerd/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Use of this source code is governed by a BSD-style
33
# license that can be found in the LICENSE file.
44

5-
FROM golang:1.20 AS build
5+
FROM golang:1.21-bookworm AS build
66
LABEL maintainer="[email protected]"
77

88
RUN mkdir /gocache

perf/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Use of this source code is governed by a BSD-style
33
# license that can be found in the LICENSE file.
44

5-
FROM golang:1.20-bookworm AS builder
5+
FROM golang:1.21-bookworm AS builder
66

77
COPY go.mod /app/go.mod
88
COPY go.sum /app/go.sum

0 commit comments

Comments
 (0)