Skip to content

Commit

Permalink
Update golang Docker tag to v1.21 (#703)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 14, 2023
1 parent 3218b58 commit 309d68d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/gcloud/Dockerfile.consumer
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# as a guide.

# Use an official Go runtime as a parent image
FROM golang:1.20 as builder
FROM golang:1.21 as builder

ENV GO111MODULE=on

Expand Down
2 changes: 1 addition & 1 deletion deploy/gcloud/Dockerfile.renewer
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# as a guide.

# Use an official Go runtime as a parent image
FROM golang:1.20 as builder
FROM golang:1.21 as builder

ENV GO111MODULE=on

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# Use an official Go runtime as a parent image
FROM golang:1.20
FROM golang:1.21

ENV GO111MODULE=on

Expand Down

0 comments on commit 309d68d

Please sign in to comment.