CI: disable new go1.16 module behaviour
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5d13cfe01e
commit
99862b6daa
6 changed files with 42 additions and 0 deletions
|
|
@ -2,6 +2,8 @@ FROM golang:alpine as gobuild
|
|||
|
||||
RUN apk add --no-cache git
|
||||
|
||||
ENV GO111MODULE=off
|
||||
|
||||
WORKDIR /go/src/srs.epita.fr/fic-server/admin
|
||||
|
||||
ADD settings ../settings/
|
||||
|
|
|
|||
Reference in a new issue