Skip to content

Commit ce60eff

Browse files
committed
chore: Run go mod verify after downloading modules
1 parent d670944 commit ce60eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN apk add --no-cache \
1515
tzdata
1616

1717
COPY ./go.mod ./go.sum ./
18-
RUN go mod download
18+
RUN go mod download && go mod verify
1919

2020
COPY . .
2121

0 commit comments

Comments
 (0)