diff --git a/Dockerfile b/Dockerfile index 258f4a040..f01b54cad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ # http://www.apache.org/licenses/LICENSE-2.0 # ARG DOCKER_REGISTRY -ARG GO_VERSION=1.20 +ARG GO_VERSION=1.21 ARG ALPINE_VERSION=3.18 FROM ${DOCKER_REGISTRY:+$DOCKER_REGISTRY/}golang:${GO_VERSION}-alpine${ALPINE_VERSION} as go-builder diff --git a/go.mod b/go.mod index 6761c6a4f..4ee79d48c 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/pravega/pravega-operator -go 1.20 +go 1.21 require ( github.com/hashicorp/go-version v1.2.0