CI: Fix compilation with go 1.18
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
b302de9218
commit
c11eb8a315
7 changed files with 28 additions and 28 deletions
|
|
@ -9,7 +9,7 @@ COPY libfic ./libfic/
|
|||
COPY remote/scores-sync-zqds ./remote/scores-sync-zqds/
|
||||
|
||||
RUN go get -d -v ./remote/scores-sync-zqds && \
|
||||
go build -v -o ./scores-sync-zqds ./remote/scores-sync-zqds
|
||||
go build -v -buildvcs=false -o ./scores-sync-zqds ./remote/scores-sync-zqds
|
||||
|
||||
|
||||
FROM alpine:3.14
|
||||
|
|
|
|||
Reference in a new issue