removed go.sum from dockerfile as there are no external dependencies
Some checks failed
ci/woodpecker/push/build Pipeline failed
Some checks failed
ci/woodpecker/push/build Pipeline failed
This commit is contained in:
parent
48b349e843
commit
5f242218a2
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ FROM golang:latest AS build
|
||||||
|
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
|
|
||||||
COPY go.mod go.sum ./
|
COPY go.mod ./
|
||||||
|
|
||||||
RUN go mod download
|
RUN go mod download
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue