diff --git a/Dockerfile b/Dockerfile index 84b7c49f..1bc9f82c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # development stage -FROM golang:1.23.5 as dev +FROM golang:1.24.0 as dev WORKDIR /src ENV PATH="/src/typescript/node_modules/.bin:${PATH}" RUN git config --global --add safe.directory /src @@ -18,7 +18,7 @@ RUN apt-get update \ # golangci-lint RUN curl -fsSL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh \ - | sh -s -- -b /usr/local/bin v1.63.4 + | sh -s -- -b /usr/local/bin v1.64.5 # download modules COPY go.* /src/