We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fab47d8 commit 14905a4Copy full SHA for 14905a4
docker/tools/latest/Dockerfile
@@ -16,6 +16,7 @@ RUN --mount=type=cache,mode=0755,target=/go/pkg/mod go install github.com/golang
16
RUN --mount=type=cache,mode=0755,target=/go/pkg/mod go install github.com/fatih/faillint@latest
17
RUN --mount=type=cache,mode=0755,target=/go/pkg/mod go install gotest.tools/gotestsum@latest
18
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
20
21
ARG TASK_VERSION=v3.27.1
22
RUN curl -sSL https://github.com/go-task/task/releases/download/${TASK_VERSION}/task_linux_amd64.tar.gz | tar -zxv
0 commit comments