Skip to content

Commit

Permalink
Fixed golang version
Browse files Browse the repository at this point in the history
  • Loading branch information
maqeel75 committed Dec 13, 2024
1 parent f09aca1 commit 1718fb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion percona-xtradb-cluster-5.7/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22 AS go_builder
FROM golang:1.23 AS go_builder

RUN git clone --branch=main https://github.com/percona/percona-xtradb-cluster-operator.git /go/src/github.com/percona/percona-xtradb-cluster-operator/
WORKDIR /go/src/github.com/percona/percona-xtradb-cluster-operator/cmd/peer-list
Expand Down
2 changes: 1 addition & 1 deletion percona-xtradb-cluster-5.7/Dockerfile.k8s
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22 AS go_builder
FROM golang:1.23 AS go_builder

RUN git clone --branch=main https://github.com/percona/percona-xtradb-cluster-operator.git /go/src/github.com/percona/percona-xtradb-cluster-operator/
WORKDIR /go/src/github.com/percona/percona-xtradb-cluster-operator/cmd/peer-list
Expand Down

0 comments on commit 1718fb9

Please sign in to comment.