Skip to content

Commit

Permalink
bump go to 1.21 on multi-container
Browse files Browse the repository at this point in the history
  • Loading branch information
prushh committed Dec 15, 2023
1 parent 1086fda commit c95f68e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Use the official Golang image to create a build artifact.
# This is based on Debian and sets the GOPATH to /go.
# https://hub.docker.com/_/golang
FROM golang:1.16 as builder
FROM golang:1.21 as builder

ARG TARGETOS
ARG TARGETARCH
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/knative/docs/code-samples/serving/multi-container/servingcontainer

go 1.15
go 1.21
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Use the official Golang image to create a build artifact.
# This is based on Debian and sets the GOPATH to /go.
# https://hub.docker.com/_/golang
FROM golang:1.16 as builder
FROM golang:1.21 as builder

ARG TARGETOS
ARG TARGETARCH
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/knative/docs/code-samples/serving/multi-container/sidecarcontainer

go 1.15
go 1.21

0 comments on commit c95f68e

Please sign in to comment.