This is an automated email from the ASF dual-hosted git repository. aleksraiden pushed a commit to branch aleksraiden-patch-go1.23 in repository https://gitbox.apache.org/repos/asf/kvrocks-controller.git
commit 35fc1829dcea05fec0a66d0903810209abe464d9 Author: Aleks Lozovyuk <[email protected]> AuthorDate: Fri Jan 3 13:44:22 2025 +0200 Use go 1.23 in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 17dc6b3..df53ba2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ # specific language governing permissions and limitations # under the License. # -FROM golang:1.20 as build +FROM golang:1.23 as build WORKDIR /kvctl
