Skip to content

Commit

Permalink
Issue 676: Updating go version to 1.21
Browse files Browse the repository at this point in the history
Signed-off-by: anisha.kj <anisha.kj@dell.com>
  • Loading branch information
anishakj committed Dec 9, 2023
1 parent 0db1b6a commit 12ec1cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 github.com/pravega/pravega-operator

go 1.20
go 1.21

require (
github.com/hashicorp/go-version v1.2.0
Expand Down

0 comments on commit 12ec1cb

Please sign in to comment.