Skip to content

Commit 8604f5c

Browse files
committed
chore: updated ENV GOTOOLCHAIN to auto to allow go.mod to control the version and not the local machine.
1 parent 68d160f commit 8604f5c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

backend/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FROM ghcr.io/unlockedlabs/golang-jasper:latest AS builder
22

3+
ENV GOTOOLCHAIN=auto
34
WORKDIR /app
45
COPY ./backend/go.mod ./backend/go.sum ./
56
RUN go mod download

0 commit comments

Comments
 (0)