Skip to content

Commit 14905a4

Browse files
author
Tit Petric
committed
Add lefthook to ci tools
1 parent fab47d8 commit 14905a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/tools/latest/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ RUN --mount=type=cache,mode=0755,target=/go/pkg/mod go install github.com/golang
1616
RUN --mount=type=cache,mode=0755,target=/go/pkg/mod go install github.com/fatih/faillint@latest
1717
RUN --mount=type=cache,mode=0755,target=/go/pkg/mod go install gotest.tools/gotestsum@latest
1818
RUN --mount=type=cache,mode=0755,target=/go/pkg/mod go install github.com/wadey/gocovmerge@latest
19+
RUN --mount=type=cache,mode=0755,target=/go/pkg/mod go install github.com/evilmartians/lefthook@latest
1920

2021
ARG TASK_VERSION=v3.27.1
2122
RUN curl -sSL https://github.com/go-task/task/releases/download/${TASK_VERSION}/task_linux_amd64.tar.gz | tar -zxv

0 commit comments

Comments
 (0)