Skip to content

Commit

Permalink
go.mod, build: bump to Go 1.18
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Layher <[email protected]>
  • Loading branch information
mdlayher committed Jun 15, 2022
1 parent 47d15ae commit 0a26f3d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 92 deletions.
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.17 AS build
FROM golang:1.18 AS build

ENV GO111MODULE=on
WORKDIR /go/src/planetscale.dev/vitess-operator
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module planetscale.dev/vitess-operator

go 1.17
go 1.18

require (
github.com/ahmetb/gen-crd-api-reference-docs v0.1.5-0.20190629210212-52e137b8d003
Expand Down
Loading

0 comments on commit 0a26f3d

Please sign in to comment.