We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 304eadd commit e0e2ba1Copy full SHA for e0e2ba1
docker/tools/latest/Dockerfile
@@ -11,7 +11,7 @@ RUN --mount=type=cache,mode=0755,target=/go/pkg/mod go install github.com/TykTec
11
RUN --mount=type=cache,mode=0755,target=/go/pkg/mod go install github.com/TykTechnologies/exp/cmd/go-fsck@main
12
RUN --mount=type=cache,mode=0755,target=/go/pkg/mod go install go.uber.org/mock/[email protected]
13
RUN --mount=type=cache,mode=0755,target=/go/pkg/mod go install golang.org/x/tools/cmd/goimports@latest
14
-RUN --mount=type=cache,mode=0755,target=/go/pkg/mod go install github.com/golangci/golangci-lint/cmd/golangci-lint@master
+RUN --mount=type=cache,mode=0755,target=/go/pkg/mod go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
15
RUN --mount=type=cache,mode=0755,target=/go/pkg/mod go install github.com/fatih/faillint@latest
16
RUN --mount=type=cache,mode=0755,target=/go/pkg/mod go install gotest.tools/gotestsum@latest
17
RUN --mount=type=cache,mode=0755,target=/go/pkg/mod go install github.com/wadey/gocovmerge@latest
0 commit comments