Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ COPY go.mod .
COPY go.sum .
RUN go mod download

# tools cache optimization
COPY tools/ tools/
RUN cd tools && go mod download

# build manager binary
COPY . .
RUN ./mage build:manager
Expand Down
1 change: 0 additions & 1 deletion magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ func (All) Lint(ctx context.Context) {
ctx,
All.Generate,
Check.Tidy,
Check.Verify,
Check.Lint,
Check.Dirty,
)
Expand Down