Skip to content

Commit

Permalink
Upgrade the golang version to 1.17 in Dockerfile.release (bitpoke#229)
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
  • Loading branch information
frouioui authored Oct 6, 2021
1 parent 41d0bf2 commit 5c6c983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile.release
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# without messing up file permissions, since the Docker container doesn't run as
# your actual user.

FROM golang:1.15 AS build
FROM golang:1.17 AS build

ENV GO111MODULE=on
WORKDIR /go/src/planetscale.dev/vitess-operator
Expand Down

0 comments on commit 5c6c983

Please sign in to comment.