chore: Add GOTOOLCHAIN=auto environment variable to Dockerfile.
This commit is contained in:
@@ -34,6 +34,7 @@ FROM ${GOLANG_IMAGE} AS backend-builder
|
||||
ARG GOPROXY
|
||||
|
||||
ENV GOPROXY=${GOPROXY}
|
||||
ENV GOTOOLCHAIN=auto
|
||||
|
||||
# Install build dependencies
|
||||
RUN apk add --no-cache git gcc musl-dev
|
||||
|
||||
Reference in New Issue
Block a user