Skip to content

Commit 61b9b58

Browse files
committed
remove tidy step
1 parent 1add0a5 commit 61b9b58

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ FROM golang:1.22 as builder
33
WORKDIR /qq
44
COPY . .
55
ENV CGO_ENABLED 0
6-
RUN go mod download && go mod verify
76
RUN make build
87
RUN apt update -y && apt install jq -y && make test
98

0 commit comments

Comments
 (0)