Skip to content

Commit

Permalink
Remove GO111MODULE=on
Browse files Browse the repository at this point in the history
  • Loading branch information
lowply committed Jul 25, 2022
1 parent cc3cb97 commit bd13916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV GOOS=linux
ENV GOARCH=amd64
WORKDIR /go/src
COPY src .
RUN GO111MODULE=on go build -o /go/bin/main
RUN go build -o /go/bin/main

FROM alpine
RUN apk add --no-cache ca-certificates
Expand Down

0 comments on commit bd13916

Please sign in to comment.