Skip to content

Commit

Permalink
restore golang 1.21 in Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
quartzmo committed Feb 13, 2024
1 parent 7c6657f commit 3de5cc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/gapicgen/cmd/genbot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22-alpine as godist
FROM golang:1.21-alpine as godist
RUN go version

FROM docker:25.0
Expand Down
2 changes: 1 addition & 1 deletion internal/postprocessor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.22 as builder
FROM golang:1.21 as builder

# Copy local code to the container image.
COPY . /postprocessor/
Expand Down

0 comments on commit 3de5cc5

Please sign in to comment.