klesh commented on code in PR #5611: URL: https://github.com/apache/incubator-devlake/pull/5611#discussion_r1250348088
########## devops/docker/lake-builder/Dockerfile: ########## @@ -55,7 +55,7 @@ COPY --from=builder /tmp/deps/include/ /usr/include/ ENV PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig # Install Golang -RUN curl -L https://git.io/vQhTU | bash -s -- --version 1.19.7 +RUN curl -L https://git.io/vQhTU | bash -s -- --version 1.20.4 Review Comment: same as above ########## backend/Dockerfile: ########## @@ -31,7 +31,7 @@ FROM --platform=linux/arm64 debian:bullseye as debian-arm64 RUN apt-get update RUN apt-get install -y libssh2-1-dev libssl-dev zlib1g-dev -FROM --platform=$BUILDPLATFORM golang:1.19-bullseye as builder +FROM --platform=$BUILDPLATFORM golang:1.20-bullseye as builder Review Comment: in this case, we should 3.9? I believe it refers to the latest minor version -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
