Skip to content

Commit

Permalink
Update faillint.
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Štibraný <[email protected]>
  • Loading branch information
pstibrany committed Apr 2, 2024
1 parent 40563e4 commit efd5f7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mimir-build-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,13 @@ RUN git clone --depth 1 --branch ${SKOPEO_VERSION} https://github.com/containers
DISABLE_DOCS=1 make -C /go/src/github.com/containers/skopeo install && \
rm -rf /go/pkg /go/src /root/.cache

# github.com/pstibrany/faillint@update-deps-and-rename-mod is a fork of github.com/fatih/faillint with PR https://github.com/fatih/faillint/pull/41. Once it's merged, we should switch back.
RUN GO111MODULE=on \
go install github.com/client9/misspell/cmd/[email protected] && \
go install github.com/golang/protobuf/[email protected] && \
go install github.com/gogo/protobuf/[email protected] && \
go install github.com/weaveworks/tools/cover@bdd647e92546027e12cdde3ae0714bb495e43013 && \
go install github.com/fatih/faillint@v1.11.0 && \
go install github.com/pstibrany/faillint@update-deps-and-rename-mod && \
go install github.com/campoy/[email protected] && \
go install github.com/jsonnet-bundler/jsonnet-bundler/cmd/[email protected] && \
go install github.com/monitoring-mixins/mixtool/cmd/mixtool@bca3066 && \
Expand Down

0 comments on commit efd5f7f

Please sign in to comment.